aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Levillain <rpl@google.com>2018-12-04 09:07:40 -0800
committerandroid-build-merger <android-build-merger@google.com>2018-12-04 09:07:40 -0800
commitb96806f4a5654ffa5e6a8f5405a981fb59d42699 (patch)
tree114569163e36d17dd1b1498b9e40f7a2af2a1b32
parent6a39aeaf1f905ddf3df7e71de4f2cd87ec080270 (diff)
parentbf51fc27ed1bc2518d4655427d45ec410e9d9f8f (diff)
downloadplatform_external_jemalloc_new-b96806f4a5654ffa5e6a8f5405a981fb59d42699.tar.gz
platform_external_jemalloc_new-b96806f4a5654ffa5e6a8f5405a981fb59d42699.tar.bz2
platform_external_jemalloc_new-b96806f4a5654ffa5e6a8f5405a981fb59d42699.zip
Prevent dependency cycle on linux_bionic due to system_shared_libs expansion. am: 759026fed9
am: bf51fc27ed Change-Id: I37f7b06ffc8cf5d31a84b6d9eb04cd862c98c548
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index b0ae3675..e2a29024 100644
--- a/Android.bp
+++ b/Android.bp
@@ -160,6 +160,9 @@ cc_library {
},
system_shared_libs: [],
},
+ linux_bionic: {
+ system_shared_libs: [],
+ },
},
}