Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9c3742af 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 7e44fa6c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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",
+4 −0
Original line number Diff line number Diff line
@@ -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",