Loading Android.bp +11 −0 Original line number Diff line number Diff line Loading @@ -757,6 +757,7 @@ java_library { java_library { name: "framework-annotation-proc", defaults: ["framework-defaults"], installable: false, // Use UsedByApps annotation processor plugins: ["unsupportedappusage-annotation-processor"], } Loading Loading @@ -1716,3 +1717,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"], }, } Loading
Android.bp +11 −0 Original line number Diff line number Diff line Loading @@ -757,6 +757,7 @@ java_library { java_library { name: "framework-annotation-proc", defaults: ["framework-defaults"], installable: false, // Use UsedByApps annotation processor plugins: ["unsupportedappusage-annotation-processor"], } Loading Loading @@ -1716,3 +1717,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"], }, }