diff options
| author | Yifan Hong <elsk@google.com> | 2020-01-22 12:26:31 -0800 |
|---|---|---|
| committer | Yifan Hong <elsk@google.com> | 2020-01-22 12:27:30 -0800 |
| commit | 975193e289be94b6244b50bf12b82cdd2332ca97 (patch) | |
| tree | 6c42c032a88a679b821341037392709561f20451 | |
| parent | 76307d1c5749f2fc14e124342782373c7410dbbb (diff) | |
| download | platform_external_jemalloc_new-975193e289be94b6244b50bf12b82cdd2332ca97.tar.gz platform_external_jemalloc_new-975193e289be94b6244b50bf12b82cdd2332ca97.tar.bz2 platform_external_jemalloc_new-975193e289be94b6244b50bf12b82cdd2332ca97.zip | |
Make ramdisk_available.
Test: pass
Bug: 147347110
Change-Id: I95006f1b1667e1cf316b25f4ece153643ca31dfc
| -rw-r--r-- | Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -146,6 +146,7 @@ lib_src_files = [ //----------------------------------------------------------------------- cc_library { name: "libjemalloc5", + ramdisk_available: true, recovery_available: true, defaults: ["jemalloc5_defaults"], |
