Skip to content
Snippets Groups Projects
Commit e0168afe authored by Harshit Mahajan's avatar Harshit Mahajan
Browse files

[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
parent 4c048e78
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
......@@ -83,6 +83,10 @@ custom_platform_bootclasspath {
apex: "com.android.conscrypt",
module: "com.android.conscrypt-bootclasspath-fragment",
},
{
apex: "com.android.crashrecovery",
module: "com.android.crashrecovery-bootclasspath-fragment",
},
{
apex: "com.android.devicelock",
module: "com.android.devicelock-bootclasspath-fragment",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment