diff options
Diffstat (limited to 'core/res/lint.xml')
-rw-r--r-- | core/res/lint.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/core/res/lint.xml b/core/res/lint.xml new file mode 100644 index 0000000..822cdd7 --- /dev/null +++ b/core/res/lint.xml @@ -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>
\ No newline at end of file |