commit | 527a4578619a34208d3d0a57569183ad2cca6077 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Tue Feb 18 16:11:04 2025 -0800 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Feb 18 16:11:04 2025 -0800 |
tree | 8b88e957a25db7593e3cf09a3bfdca5ff0f6fb33 | |
parent | e82e2de29386e367b897883e0663a7ce419b47d0 [diff] | |
parent | 254895da9c6207e8c96b9833d1c4474971bbaee7 [diff] |
Merge "Apply new api linter for our tests" into main
diff --git a/tests/testapk/Android.bp b/tests/testapk/Android.bp index d9f74dc..cc0015d 100644 --- a/tests/testapk/Android.bp +++ b/tests/testapk/Android.bp
@@ -28,6 +28,9 @@ use_embedded_native_libs: true, // We only support 64-bit ABI, but CTS demands all APKs to be multi-ABI. compile_multilib: "both", + lint: { + error_checks: ["NewApi"], + }, } java_defaults {