diff options
| author | 2019-11-13 17:29:02 -0800 | |
|---|---|---|
| committer | 2019-11-13 17:29:02 -0800 | |
| commit | ba366fd80539f85c609f4ea1e3bed6a30fb95d8e (patch) | |
| tree | b239ab2839efb7ed4ee1092c4cf9ce5ab007d3eb | |
| parent | 01d77cef3792b945c6278fea8ae4ab808bd330dd (diff) | |
| parent | 99aac5451332a9adb795864a6861370ecc8b04a9 (diff) | |
Merge "Replace framework-annotation-proc java lib with framework-all" am: f1083db49e
am: 99aac54513
Change-Id: I1cd00bfcea2e113a16c6b032eb457758599123fc
| -rw-r--r-- | Android.bp | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/Android.bp b/Android.bp index 891ee91f7ed9..272cb96d8891 100644 --- a/Android.bp +++ b/Android.bp @@ -456,14 +456,6 @@ 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", @@ -472,7 +464,7 @@ java_library { platform_compat_config { name: "framework-platform-compat-config", - src: ":framework-annotation-proc", + src: ":framework-all", } // A library including just UnsupportedAppUsage.java classes. @@ -1564,7 +1556,7 @@ aidl_mapping { genrule { name: "framework-annotation-proc-index", - srcs: [":framework-annotation-proc"], + srcs: [":framework-all"], cmd: "unzip -qp $(in) unsupportedappusage/unsupportedappusage_index.csv > $(out)", out: ["unsupportedappusage_index.csv"], dist: { |