From 759026fed99941195d71ea827045bad3aec25d2b Mon Sep 17 00:00:00 2001 From: Roland Levillain Date: Tue, 4 Dec 2018 14:15:38 +0000 Subject: Prevent dependency cycle on linux_bionic due to system_shared_libs expansion. Test: Rely on ART (linux-bionic build target) postsubmit testing. Bug: 31559095 Change-Id: Ie911abd8ca173b231c03730c326de7777b97452c --- Android.bp | 3 +++ 1 file changed, 3 insertions(+) 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: [], + }, }, } -- cgit v1.2.3