From 9c3742afa1ed0923888b7f1ba69772373479f415 Mon Sep 17 00:00:00 2001 From: Harshit Mahajan Date: Tue, 15 Aug 2023 14:13:23 +0000 Subject: [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 --- api/Android.bp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'api') 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", -- cgit v1.2.3-59-g8ed1b