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

Commit f0fdd688 authored by Jiyong Park's avatar Jiyong Park
Browse files

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

This reverts commit 1c70cd06.

Reason for revert: Broke CtsAndroidTestBase28ApiSignatureTestCases
Bug: 144448055
Test: CtsAndroidTestBase28ApiSignatureTestCases

Change-Id: I1c66878a3b25e8f10c3aab34b03a95ff679d2fde
Merged-In: Ic6997f7b83318fa5d0c819c197cb5965adc31347
parent 1c70cd06
Loading
Loading
Loading
Loading
+10 −2
Original line number Diff line number Diff line
@@ -456,6 +456,14 @@ 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",
@@ -464,7 +472,7 @@ java_library {

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

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

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