diff options
| author | 2016-02-02 10:07:15 -0800 | |
|---|---|---|
| committer | 2016-02-02 10:07:15 -0800 | |
| commit | 79c94de0543dde89e6155d2119bb7506d43c5c42 (patch) | |
| tree | 6a48388e4f7742c7816e7c8ba86206a6afcf6d70 | |
| parent | a262f246735dc7c4095758d0e8bec288e6e13158 (diff) | |
Add a config file for linting.
Change-Id: Ic76e8ea1cd2277c2cc1cf9588410bc142378f8a0
| -rw-r--r-- | packages/DocumentsUI/lint.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/DocumentsUI/lint.xml b/packages/DocumentsUI/lint.xml new file mode 100644 index 000000000000..70d1ddff4074 --- /dev/null +++ b/packages/DocumentsUI/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> |