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

Commit 8e8c40b5 authored by Anna Trostanetski's avatar Anna Trostanetski Committed by android-build-merger
Browse files

Merge "Move android.compat.annotation package out of libcore" am: b4852382

am: 22d585ee

Change-Id: I9780a459aafe811b7ca2fbb839f4682278426d02
parents b2803b23 22d585ee
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -418,6 +418,7 @@ java_library {
    name: "framework-minus-apex",
    defaults: ["framework-defaults"],
    srcs: [":framework-non-updatable-sources"],
    libs: ["app-compat-annotations"],
    installable: true,
    javac_shard_size: 150,
    required: [
@@ -454,12 +455,14 @@ java_library {
    defaults: ["framework-defaults"],
    srcs: [":framework-all-sources"],
    installable: false,
    libs: ["app-compat-annotations"],
}

java_library {
    name: "framework-annotation-proc",
    defaults: ["framework-defaults"],
    srcs: [":framework-all-sources"],
    libs: ["app-compat-annotations"],
    installable: false,
    plugins: [
        "unsupportedappusage-annotation-processor",
@@ -500,6 +503,7 @@ java_library {
java_library {
    name: "framework-atb-backward-compatibility",
    installable: true,
    libs: ["app-compat-annotations"],
    srcs: [
        "core/java/android/content/pm/AndroidTestBaseUpdater.java",
    ],
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ java_library_static {
        "android.hardware.light-V2.0-java",
        "android.hardware.power-V1.0-java",
        "android.hardware.tv.cec-V1.0-java",
        "app-compat-annotations",
    ],

    required: [
+1 −0
Original line number Diff line number Diff line
@@ -4,5 +4,6 @@ java_library_static {

    libs: [
        "services.core",
        "app-compat-annotations",
    ],
}
+4 −1
Original line number Diff line number Diff line
@@ -27,7 +27,10 @@ java_sdk_library {
        ":framework-core-sources-for-test-mock",
        ":framework_native_aidl",
    ],
    libs: ["framework-all"],
    libs: [
        "framework-all",
        "app-compat-annotations",
    ],

    api_packages: [
        "android.test.mock",