diff options
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2022-01-06 02:05:03 +0000 |
---|---|---|
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2022-01-06 02:05:03 +0000 |
commit | 0ae43b7e129b76799ae92972938ba2ce66a93ebb (patch) | |
tree | 6ef349f10f4497a5801a2cb1d6e15fb406db3335 | |
parent | bca84ea98e6dbcadde63feb62b291b3c2fece640 (diff) | |
parent | ee7f8914962bcc6fbbb76a692b1a9a5d4f8b5333 (diff) |
Snap for 8046958 from ee7f8914962bcc6fbbb76a692b1a9a5d4f8b5333 to tm-release
Change-Id: I9ac1c97512a6034bb6236a0207a6f87dbab3d384
-rw-r--r-- | Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -359,6 +359,7 @@ cc_library_static { cflags: [ "-U_FORTIFY_SOURCE", "-DJEMALLOC_INTEGRATION_TEST", + "-DJEMALLOC_NO_RENAME", ], local_include_dirs: [ @@ -395,6 +396,7 @@ cc_test { cflags: common_cflags + [ "-DJEMALLOC_INTEGRATION_TEST", + "-DJEMALLOC_NO_RENAME", ], local_include_dirs: common_c_local_includes + [ |