Loading Android.bp +10 −2 Original line number Diff line number Diff line Loading @@ -467,6 +467,14 @@ java_library { srcs: [":framework-all-sources"], installable: false, libs: ["app-compat-annotations"], } java_library { name: "framework-annotation-proc", defaults: ["framework-aidl-export-defaults"], srcs: [":framework-all-sources"], libs: ["app-compat-annotations"], installable: false, plugins: [ "unsupportedappusage-annotation-processor", "compat-changeid-annotation-processor", Loading @@ -475,7 +483,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. Loading Loading @@ -1600,7 +1608,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: { Loading Loading
Android.bp +10 −2 Original line number Diff line number Diff line Loading @@ -467,6 +467,14 @@ java_library { srcs: [":framework-all-sources"], installable: false, libs: ["app-compat-annotations"], } java_library { name: "framework-annotation-proc", defaults: ["framework-aidl-export-defaults"], srcs: [":framework-all-sources"], libs: ["app-compat-annotations"], installable: false, plugins: [ "unsupportedappusage-annotation-processor", "compat-changeid-annotation-processor", Loading @@ -475,7 +483,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. Loading Loading @@ -1600,7 +1608,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: { Loading