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

am: 2e43120685

Change-Id: Ife8c17d76c3fb9ae53a789ef98c58c66c0a084d5
This commit is contained in:
Anna Trostanetski
2019-06-28 09:12:47 -07:00
committed by android-build-merger

View File

@@ -837,6 +837,7 @@ java_library {
java_library {
name: "framework-annotation-proc",
defaults: ["framework-defaults"],
installable: false,
// Use UsedByApps annotation processor
plugins: ["unsupportedappusage-annotation-processor"],
}
@@ -1883,3 +1884,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"],
},
}