diff options
author | 2020-03-03 12:49:50 +0000 | |
---|---|---|
committer | 2020-03-03 12:49:50 +0000 | |
commit | 3ca57499525e039c055ea20206fb18da4719f27c (patch) | |
tree | cd708b438ae2882be06fa43e7457991d30fa8e76 | |
parent | 727c245b02a20ef55d5e31cd581c8e19021f2fb6 (diff) | |
parent | b19903dd3d360b8ec7b5e824ea157a42d075304b (diff) |
Merge "Export annotation processor via unsupportedappusage lib."
-rw-r--r-- | Android.bp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp index 84f3fad7306b..b63b48c3004b 100644 --- a/Android.bp +++ b/Android.bp @@ -520,7 +520,6 @@ java_library { ], installable: false, plugins: [ - "unsupportedappusage-annotation-processor", "compat-changeid-annotation-processor", ], } |