diff options
author | Artur Satayev <satayev@google.com> | 2020-03-29 18:06:52 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2020-03-29 18:06:52 +0000 |
commit | a04098d3b1e613e297d38d793377913bf0f85a8b (patch) | |
tree | 5951b7caa57d803ee344be10b103534269bd9071 /Android.bp | |
parent | 9c09b0c8febbd453c1a28ee44dfcf6565ddb1b7b (diff) | |
parent | 1503d31a7d8806ed105cda3d0b11fd6dce9c0e71 (diff) |
Merge "Export change id processor." into rvc-dev-plus-aosp
Diffstat (limited to 'Android.bp')
-rw-r--r-- | Android.bp | 29 |
1 files changed, 1 insertions, 28 deletions
diff --git a/Android.bp b/Android.bp index 0a4cd895377a..11c50c058324 100644 --- a/Android.bp +++ b/Android.bp @@ -551,36 +551,9 @@ java_library { ], } -java_library { - name: "framework-annotation-proc", - visibility: ["//visibility:private"], - srcs: [ - ":framework-all-sources", - "core/java/**/*.logtags", - ], - sdk_version: "core_platform", - libs: [ - "app-compat-annotations", - "ext", - "unsupportedappusage", - // Additional dependencies needed to build the ike API classes. - "ike-internals", - ], - - installable: false, - plugins: [ - "compat-changeid-annotation-processor", - ], - static_libs: [ - "framework-internal-utils", - "exoplayer2-extractor", - "android.hardware.wifi-V1.0-java-constants", - ] -} - platform_compat_config { name: "framework-platform-compat-config", - src: ":framework-annotation-proc", + src: ":framework-minus-apex", } // A temporary build target that is conditionally included on the bootclasspath if |