aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Levillain <rpl@google.com>2018-12-04 09:12:44 -0800
committerandroid-build-merger <android-build-merger@google.com>2018-12-04 09:12:44 -0800
commit8d4f008b1528c15f1185e9294a3c98fe85510267 (patch)
tree114569163e36d17dd1b1498b9e40f7a2af2a1b32
parenta8900b15a20272762d0c8cedc37115a08b05a55c (diff)
parentb96806f4a5654ffa5e6a8f5405a981fb59d42699 (diff)
downloadplatform_external_jemalloc_new-8d4f008b1528c15f1185e9294a3c98fe85510267.tar.gz
platform_external_jemalloc_new-8d4f008b1528c15f1185e9294a3c98fe85510267.tar.bz2
platform_external_jemalloc_new-8d4f008b1528c15f1185e9294a3c98fe85510267.zip
Prevent dependency cycle on linux_bionic due to system_shared_libs expansion. am: 759026fed9 am: bf51fc27ed
am: b96806f4a5 Change-Id: I30a0794c0230cb5ae0d633166e1eb13695b59d90
-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: [],
+ },
},
}