summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorJiakai Zhang <jiakaiz@google.com>2021-09-29 03:47:59 +0000
committerJiakai Zhang <jiakaiz@google.com>2021-09-29 05:53:27 +0000
commit529c5b5dc2a0b89bb01ca73aa8ef03ba414bbf0a (patch)
treeb56a3673d2055534f555190e7ab5199ad2192a3a /Android.bp
parent3601d65310ca33c386e3748ed7492807bf28581b (diff)
downloadPermission-529c5b5dc2a0b89bb01ca73aa8ef03ba414bbf0a.tar.gz
Add the systemserver_fragment to permission SDK.
Note: This needs to be exported from the APEX (ag/15938066) when a new prebuilt is dropped. The systemserver_fragment is needed for dexpreopting when the permission APEX is built from a prebuilt. Bug: 194150908 Test: m nothing Change-Id: Iae4fc725d486178d58fba76b3dc014c523317cb9
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 6356b4c57..9ff56e659 100644
--- a/Android.bp
+++ b/Android.bp
@@ -56,7 +56,7 @@ filegroup {
sdk {
name: "permission-module-sdk",
bootclasspath_fragments: ["com.android.permission-bootclasspath-fragment"],
- java_sdk_libs: ["service-permission"],
+ systemserverclasspath_fragments: ["com.android.permission-systemserverclasspath-fragment"],
}
// Encapsulate the contributions made by the com.android.permission to the bootclasspath.