Merge "Add some lint control for the frameworks."
This commit is contained in:
committed by
Android (Google) Code Review
commit
75ef7bea32
7
core/res/lint.xml
Normal file
7
core/res/lint.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<lint>
|
||||
<!-- temporary until we add frameworks support -->
|
||||
<issue id="UnusedResources" severity="ignore" />
|
||||
|
||||
<issue id="PrivateResource" severity="ignore" />
|
||||
</lint>
|
||||
4
packages/SystemUI/lint.xml
Normal file
4
packages/SystemUI/lint.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<lint>
|
||||
<issue id="PrivateResource" severity="ignore" />
|
||||
</lint>
|
||||
Reference in New Issue
Block a user