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

Commit 39bcb0c2 authored by Artur Satayev's avatar Artur Satayev Committed by Android (Google) Code Review
Browse files

Merge "Export change id processor."

parents 7a65e1c2 9f5a5623
Loading
Loading
Loading
Loading
+2 −30
Original line number Diff line number Diff line
@@ -559,37 +559,9 @@ java_library {
    ],
}

java_library {
    name: "framework-annotation-proc",
    visibility: ["//visibility:private"],
    srcs: [
        ":framework-all-sources",
        "core/java/**/*.logtags",
    ],
    sdk_version: "core_platform",
    libs: [
        "app-compat-annotations",
        "ext",
        "icing-java-proto-lite",
        "unsupportedappusage",
        // Additional dependencies needed to build the ike API classes.
        "ike-internals",
    ],

    installable: false,
    plugins: [
        "compat-changeid-annotation-processor",
    ],
    static_libs: [
        "framework-internal-utils",
        "exoplayer2-extractor",
        "android.hardware.wifi-V1.0-java-constants",
    ]
}

platform_compat_config {
   name: "framework-platform-compat-config",
    src: ":framework-annotation-proc",
   src: ":framework-minus-apex",
}

// A temporary build target that is conditionally included on the bootclasspath if
+0 −4
Original line number Diff line number Diff line
@@ -81,10 +81,6 @@ java_library {
        "framework-tethering-stubs-module_libs_api",
    ],

    plugins: [
        "compat-changeid-annotation-processor",
    ],

    // Uncomment to enable output of certain warnings (deprecated, unchecked)
    //javacflags: ["-Xlint"],

+0 −4
Original line number Diff line number Diff line
@@ -130,10 +130,6 @@ java_library_static {
        "netd_event_listener_interface-java",
        "overlayable_policy_aidl-java",
    ],

    plugins: [
        "compat-changeid-annotation-processor",
    ],
}

java_genrule {
+0 −4
Original line number Diff line number Diff line
@@ -13,8 +13,4 @@ java_library_static {
        "services.core",
        "app-compat-annotations",
    ],

    plugins: [
        "compat-changeid-annotation-processor",
    ],
}