summaryrefslogtreecommitdiff
path: root/api/Android.bp
diff options
context:
space:
mode:
authorHarshit Mahajan <harshitmahajan@google.com>2023-08-15 14:13:23 +0000
committerHarshit Mahajan <harshitmahajan@google.com>2023-10-16 17:03:45 +0000
commit9c3742afa1ed0923888b7f1ba69772373479f415 (patch)
treede237ab547fcb5a3d481a1e38802e5229d3380b7 /api/Android.bp
parent7e44fa6c44cace0006511dea23de7e63e711ba06 (diff)
downloadbase-9c3742afa1ed0923888b7f1ba69772373479f415.tar.gz
[CrashRecovery] Add module lib to Android SDK
Adding the module libraries to combined_apis for them to be added to Android SDK. Also adding bootclasspath-fragment to platform-bootclasspath. Bug: b/289203818 Test: m Change-Id: Ica9b0bddc2f9cb6621a01dcd3859c39357144b5f
Diffstat (limited to 'api/Android.bp')
-rw-r--r--api/Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/Android.bp b/api/Android.bp
index c16bce5a1aea..e9cc40513221 100644
--- a/api/Android.bp
+++ b/api/Android.bp
@@ -83,6 +83,7 @@ combined_apis {
"framework-configinfrastructure",
"framework-connectivity",
"framework-connectivity-t",
+ "framework-crashrecovery",
"framework-devicelock",
"framework-graphics",
"framework-healthfitness",
@@ -104,6 +105,7 @@ combined_apis {
system_server_classpath: [
"service-art",
"service-configinfrastructure",
+ "service-crashrecovery",
"service-healthfitness",
"service-media-s",
"service-permission",