enable strict_updatability_linting

now that the directory and lint-baseline.xml are both clean.

Bug: 188851874
Test: build, boot
Change-Id: I15bf770dc7d955a615553cf1cc3494450bcc0c2c
This commit is contained in:
Ray Essick
2022-01-30 20:46:26 -08:00
parent 5fadd87acb
commit 80ab8b926d
2 changed files with 6 additions and 0 deletions

View File

@@ -61,6 +61,9 @@ java_library {
"test_com.android.media",
],
min_sdk_version: "29",
lint: {
strict_updatability_linting: true,
},
visibility: [
"//frameworks/av/apex:__subpackages__",
"//frameworks/base", // For framework-all

View File

@@ -47,6 +47,9 @@ java_sdk_library {
jarjar_rules: "jarjar_rules.txt",
sdk_version: "system_server_current",
min_sdk_version: "29", // TODO: We may need to bump this at some point.
lint: {
strict_updatability_linting: true,
},
apex_available: [
"com.android.media",
],