commit | 254895da9c6207e8c96b9833d1c4474971bbaee7 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Tue Feb 18 12:35:49 2025 +0900 |
committer | Jiyong Park <jiyong@google.com> | Tue Feb 18 12:35:49 2025 +0900 |
tree | e325a482c992d1f15a3b30f8c62514a6a5530035 | |
parent | aa8f0c5ae38f87fc3d40e75e3fb7d43138b5d115 [diff] |
Apply new api linter for our tests Bug: N/A Test: build Change-Id: Ibd31640fb93ff3ab23068c8198f133c43a9c6e92
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 {