summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorJiakai Zhang <jiakaiz@google.com>2021-10-11 04:53:25 +0000
committerJiakai Zhang <jiakaiz@google.com>2021-10-11 04:53:25 +0000
commitb9f23d23a072aec5b04987d0feb513ace45f7d5e (patch)
tree4225530ad60198c4e44920d37a49a785f6094616 /Android.bp
parent8b5cc29efee9333bc42a9f7cb915569d7f8f860d (diff)
downloadPermission-b9f23d23a072aec5b04987d0feb513ace45f7d5e.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 Merged-In: Iae4fc725d486178d58fba76b3dc014c523317cb9 Change-Id: Iae4fc725d486178d58fba76b3dc014c523317cb9 (cherry picked from commit 529c5b5dc2a0b89bb01ca73aa8ef03ba414bbf0a)
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.