commit | 5a896f525dbadbae3ce8d7e071466e650506049f | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Nov 29 18:07:28 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Nov 29 18:07:28 2022 +0000 |
tree | 9de4c1ea678ae5252bc7293cf2c9b76132da2a53 | |
parent | b87e3052197337c82ec025ef53ebacb2967e04a2 [diff] | |
parent | 9581d2e0abe39fea7034bb59a449e06d3cd64d32 [diff] |
Merge "Remove usages of java_api_finder"
diff --git a/javalib/Android.bp b/javalib/Android.bp index 8421231..71287f2 100644 --- a/javalib/Android.bp +++ b/javalib/Android.bp
@@ -38,9 +38,6 @@ javacflags: [ // We use @GuardedBy and we want a test failure if our locking isn't consistent with it. "-Xep:GuardedBy:ERROR", - // JavaApiUsedByMainlineModule is quite spammy, and since we com.android.virt is not - // an updatable module we don't need it. - "-Xep:JavaApiUsedByMainlineModule:OFF", ], },