aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Levillain <rpl@google.com>2018-12-04 09:02:36 -0800
committerandroid-build-merger <android-build-merger@google.com>2018-12-04 09:02:36 -0800
commitbf51fc27ed1bc2518d4655427d45ec410e9d9f8f (patch)
tree114569163e36d17dd1b1498b9e40f7a2af2a1b32
parent2f36dd205cd717b4964f95995bb969b649f46a57 (diff)
parent759026fed99941195d71ea827045bad3aec25d2b (diff)
downloadplatform_external_jemalloc_new-bf51fc27ed1bc2518d4655427d45ec410e9d9f8f.tar.gz
platform_external_jemalloc_new-bf51fc27ed1bc2518d4655427d45ec410e9d9f8f.tar.bz2
platform_external_jemalloc_new-bf51fc27ed1bc2518d4655427d45ec410e9d9f8f.zip
Prevent dependency cycle on linux_bionic due to system_shared_libs expansion.
am: 759026fed9 Change-Id: I181a8edb6255056e318a5c1ccedee35dc24b329b
-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: [],
+ },
},
}