diff options
-rw-r--r-- | Android.bp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp index 3856a57b0..66f2a0c67 100644 --- a/Android.bp +++ b/Android.bp @@ -54,8 +54,11 @@ filegroup { sdk { name: "permission-module-sdk", - bootclasspath_fragments: ["com.android.permission-bootclasspath-fragment"], - systemserverclasspath_fragments: ["com.android.permission-systemserverclasspath-fragment"], + apexes: [ + // Adds exportable dependencies of the APEX to the sdk, + // e.g. *classpath_fragments. + "com.android.permission", + ], } // Encapsulate the contributions made by the com.android.permission to the bootclasspath. |