diff options
Diffstat (limited to 'api')
| -rw-r--r-- | api/Android.bp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/api/Android.bp b/api/Android.bp index fe283e1a95c6..318748e20808 100644 --- a/api/Android.bp +++ b/api/Android.bp @@ -95,9 +95,12 @@ combined_apis { "framework-adservices", "framework-appsearch", "framework-bluetooth", + "framework-configinfrastructure", "framework-connectivity", "framework-connectivity-t", + "framework-devicelock", "framework-graphics", + "framework-healthconnect", "framework-media", "framework-mediaprovider", "framework-ondevicepersonalization", @@ -114,6 +117,9 @@ combined_apis { "i18n.module.public.api", ], system_server_classpath: [ + "service-art", + "service-configinfrastructure", + "service-healthconnect", "service-media-s", "service-permission", "service-rkp", |