diff options
author | Artur Satayev <satayev@google.com> | 2020-03-29 18:07:37 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2020-03-29 18:07:37 +0000 |
commit | d6503d5cfd3b65e3ee7925c94f111480d321aec3 (patch) | |
tree | bc7d371cb300ad36f9f5ad109e0b946d4081aa54 /Android.bp | |
parent | dddb9dd8535ebc9667b4533b311e95c5947ec18f (diff) | |
parent | f9172bd785203c989363ae0e3837bfa3f912e5ef (diff) |
Merge "Export change id processor." into rvc-dev
Diffstat (limited to 'Android.bp')
-rw-r--r-- | Android.bp | 26 |
1 files changed, 1 insertions, 25 deletions
diff --git a/Android.bp b/Android.bp index be1aefca39bc..30d44091b6a6 100644 --- a/Android.bp +++ b/Android.bp @@ -548,33 +548,9 @@ java_library { ], } -java_library { - name: "framework-annotation-proc", - srcs: [ - ":framework-all-sources", - "core/java/**/*.logtags", - ], - sdk_version: "core_platform", - libs: [ - "app-compat-annotations", - "ext", - "unsupportedappusage", - ], - - 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 |