summaryrefslogtreecommitdiff
path: root/apex/Android.bp
diff options
context:
space:
mode:
authorMakoto Onuki <omakoto@google.com>2020-07-10 12:05:21 -0700
committerMakoto Onuki <omakoto@google.com>2020-07-15 01:36:38 +0000
commita13287f5737186ea04b94795827cb2f0a2275228 (patch)
tree3494e1444489798b60ff9c506b8a6d08e1e2dea8 /apex/Android.bp
parentce458af9d06d54dcb23b34a748f3fb4b940ed1f9 (diff)
Proper API hierarchy between MODULE_LIBS and PRIV_APPS system APIs
Test: build / treehugger Bug: 146727827 Exempt-From-Owner-Approval: Cherry-picking from goog/master to aosp/master Merged-in: Ie1ad6711c490c679ebcfacd97154380a8810ba1c Change-Id: Ie1ad6711c490c679ebcfacd97154380a8810ba1c
Diffstat (limited to 'apex/Android.bp')
-rw-r--r--apex/Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/apex/Android.bp b/apex/Android.bp
index 380b4c6cc0be..f34ecbd79108 100644
--- a/apex/Android.bp
+++ b/apex/Android.bp
@@ -53,6 +53,9 @@ priv_apps = " " +
module_libs = " " +
" --show-annotation android.annotation.SystemApi\\(" +
"client=android.annotation.SystemApi.Client.MODULE_LIBRARIES" +
+ "\\)" +
+ " --show-for-stub-purposes-annotation android.annotation.SystemApi\\(" +
+ "client=android.annotation.SystemApi.Client.PRIVILEGED_APPS" +
"\\) "
mainline_service_stubs_args =