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

Commit 0c9a5183 authored by Anton Hansson's avatar Anton Hansson
Browse files

Delete shared-framework-aconfig-libs

The services build doesn't need to put things already in the framework
on its classpath, since the framework is already on its classpath.

Test: m services
Change-Id: I76ee880302a3e7c43779bd923ec1d4f4968501e8
parent 5a84903b
Loading
Loading
Loading
Loading
+0 −15
Original line number Original line Diff line number Diff line
@@ -96,26 +96,11 @@ genrule {
    out: ["com/android/server/location/contexthub/ContextHubStatsLog.java"],
    out: ["com/android/server/location/contexthub/ContextHubStatsLog.java"],
}
}


/*
 * This module is used to refer aconfig flag libraries that are
 * added to the framework via static_libs.
 * These libraries are referred here via libs prevent duplication of classes in both
 * the framework and the system server.
*/
java_defaults {
    name: "shared-framework-aconfig-libs",
    libs: [
        "display_flags_lib",
        "camera_platform_flags_core_java_lib",
    ],
}

java_library_static {
java_library_static {
    name: "services.core.unboosted",
    name: "services.core.unboosted",
    defaults: [
    defaults: [
        "platform_service_defaults",
        "platform_service_defaults",
        "android.hardware.power-java_static",
        "android.hardware.power-java_static",
        "shared-framework-aconfig-libs",
    ],
    ],
    srcs: [
    srcs: [
        ":android.hardware.biometrics.face-V3-java-source",
        ":android.hardware.biometrics.face-V3-java-source",