Merge "Add some lint control for the frameworks."

This commit is contained in:
Xavier Ducrohet
2012-02-06 10:57:50 -08:00
committed by Android (Google) Code Review
2 changed files with 11 additions and 0 deletions

7
core/res/lint.xml Normal file
View 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>

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<lint>
<issue id="PrivateResource" severity="ignore" />
</lint>