diff options
author | Makoto Onuki <omakoto@google.com> | 2020-07-15 16:00:22 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2020-07-15 16:00:22 +0000 |
commit | a553a497fd9dbe01f5b3aba486a2294a723e3b4c (patch) | |
tree | 9a32e653975f988c780ff83ff2ae60214feb583b /apex | |
parent | 234605303384991b2237d0ab9ecfe5586d444df2 (diff) | |
parent | 1e085a1db446dd7e1d2cb687f5c29320c8371b11 (diff) |
Merge "Proper API hierarchy between MODULE_LIBS and PRIV_APPS system APIs" am: 06b1ba180d am: 1e085a1db4
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1360884
Change-Id: Ie45f32b2d46c8ac989a4a9242017eb4c2b73484b
Diffstat (limited to 'apex')
-rw-r--r-- | apex/Android.bp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apex/Android.bp b/apex/Android.bp index c92d4d1d7710..41561fe72c50 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 = |