diff options
Diffstat (limited to 'apex')
-rw-r--r-- | apex/Android.bp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/apex/Android.bp b/apex/Android.bp index 3026a4ce01..6d0d50a116 100644 --- a/apex/Android.bp +++ b/apex/Android.bp @@ -97,8 +97,11 @@ android_app_certificate { sdk { name: "btservices-module-sdk", - bootclasspath_fragments: ["com.android.btservices-bootclasspath-fragment"], - systemserverclasspath_fragments: ["com.android.btservices-systemserverclasspath-fragment"], + apexes: [ + // Adds exportable dependencies of the APEX to the sdk, + // e.g. *classpath_fragments. + "com.android.btservices", + ], } // Encapsulate the contributions made by the com.android.bluetooth to the bootclasspath. |