diff options
| author | Ben Kwa <kenobi@google.com> | 2016-02-02 10:07:15 -0800 |
|---|---|---|
| committer | Ben Kwa <kenobi@google.com> | 2016-02-02 10:07:15 -0800 |
| commit | a864d037b03ea900cee613bcabc111cdc4225114 (patch) | |
| tree | 8ac09b78e078faccfc8da59861c903efd2710dbe /lint.xml | |
| parent | ae605db8aaf83898e128684ba1901f0a17651abc (diff) | |
| download | platform_packages_apps_DocumentsUI-a864d037b03ea900cee613bcabc111cdc4225114.tar.gz platform_packages_apps_DocumentsUI-a864d037b03ea900cee613bcabc111cdc4225114.tar.bz2 platform_packages_apps_DocumentsUI-a864d037b03ea900cee613bcabc111cdc4225114.zip | |
Add a config file for linting.
Change-Id: Ic76e8ea1cd2277c2cc1cf9588410bc142378f8a0
Diffstat (limited to 'lint.xml')
| -rw-r--r-- | lint.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lint.xml b/lint.xml new file mode 100644 index 000000000..70d1ddff4 --- /dev/null +++ b/lint.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<lint> + <!-- min-sdk doesn't apply to platform apps --> + <issue id="UsesMinSdkAttributes" severity="ignore" /> + + <!-- Protected permissions don't apply to system apps --> + <issue id="ProtectedPermissions" severity="ignore" /> +</lint> |
