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

Commit 2ea518da authored by Anna Trostanetski's avatar Anna Trostanetski Committed by android-build-merger
Browse files

Merge "Make unsupportedappusage_index.csv a build artifact." am: 19cb14b3...

Merge "Make unsupportedappusage_index.csv a build artifact." am: 19cb14b3 am: 2e431206 am: edf0d51c
am: 5f6dd02d

Change-Id: Ied2e85c856f3bee9a2c29f53b20a78a2feb6c817
parents 1cac4fad 5f6dd02d
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -842,6 +842,7 @@ java_library {
java_library {
    name: "framework-annotation-proc",
    defaults: ["framework-defaults"],
    installable: false,
    // Use UsedByApps annotation processor
    plugins: ["unsupportedappusage-annotation-processor"],
}
@@ -1880,3 +1881,13 @@ aidl_mapping {
    srcs: [":framework-defaults"],
    output: "framework-aidl-mappings.txt",
}

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