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

Commit a8064166 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Add new UnsupportedAppUsage annotation as lib dependency." am: 938bc058 am: 05057bd8

Change-Id: I88368905adc217e27b3e4ee238f3ee472925f80a
parents 161d1764 05057bd8
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -366,7 +366,9 @@ java_defaults {

    sdk_version: "core_platform",
    libs: [
        "app-compat-annotations",
        "ext",
        "unsupportedappusage",
        "updatable_media_stubs",
    ],

@@ -426,7 +428,6 @@ 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: [
@@ -468,14 +469,16 @@ 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"],
    libs: [
        "app-compat-annotations",
        "unsupportedappusage",
    ],
    installable: false,
    plugins: [
        "unsupportedappusage-annotation-processor",
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ droiddoc {
        "android.test.runner",
        "junit",
        "android.test.base",
        "unsupportedappusage",
    ],
    custom_template: "droiddoc-templates-sdk",
    installable: false,
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ java_defaults {
        "android.hardware.tetheroffload.control-V1.0-java",
        "tethering-client",
    ],
    libs: ["unsupportedappusage"],
    manifest: "AndroidManifestBase.xml",
}

+1 −0
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@ java_sdk_library {
    libs: [
        "framework-all",
        "app-compat-annotations",
        "unsupportedappusage",
    ],

    api_packages: [