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

Commit 8e7971fe authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Replace framework-annotation-proc java lib with framework-all"

parents 5ab10177 0b5eb9a4
Loading
Loading
Loading
Loading
+2 −9
Original line number Diff line number Diff line
@@ -463,13 +463,6 @@ java_library {
    defaults: ["framework-defaults"],
    srcs: [":framework-all-sources"],
    installable: false,
}

java_library {
    name: "framework-annotation-proc",
    defaults: ["framework-aidl-export-defaults"],
    srcs: [":framework-all-sources"],
    installable: false,
    plugins: [
        "unsupportedappusage-annotation-processor",
        "compat-changeid-annotation-processor",
@@ -478,7 +471,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.
@@ -1617,7 +1610,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: {