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

Commit ba366fd8 authored by Jiyong Park's avatar Jiyong Park Committed by android-build-merger
Browse files

Merge "Replace framework-annotation-proc java lib with framework-all" am: f1083db4

am: 99aac545

Change-Id: I1cd00bfcea2e113a16c6b032eb457758599123fc
parents 01d77cef 99aac545
Loading
Loading
Loading
Loading
+2 −10
Original line number Diff line number Diff line
@@ -456,14 +456,6 @@ java_library {
    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",
        "compat-changeid-annotation-processor",
@@ -472,7 +464,7 @@ java_library {

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

// A library including just UnsupportedAppUsage.java classes.
@@ -1564,7 +1556,7 @@ aidl_mapping {

genrule {
    name: "framework-annotation-proc-index",
    srcs: [":framework-annotation-proc"],
    srcs: [":framework-all"],
    cmd: "unzip -qp $(in) unsupportedappusage/unsupportedappusage_index.csv > $(out)",
    out: ["unsupportedappusage_index.csv"],
    dist: {