summaryrefslogtreecommitdiffstats
path: root/lint.xml
diff options
context:
space:
mode:
authorSantos Cordon <santoscordon@google.com>2013-07-10 11:58:08 -0700
committerSantos Cordon <santoscordon@google.com>2013-07-10 12:27:06 -0700
commit7d4ddf6dc0d7c8158bac3a5dec7936e837e95bdd (patch)
treed4484865b0e5a9fac4bb730974f78a32d6ff899b /lint.xml
parentd2975d3033600a01891a828fc0fa2ab19351ad6c (diff)
downloadandroid_packages_services_Telephony-7d4ddf6dc0d7c8158bac3a5dec7936e837e95bdd.tar.gz
android_packages_services_Telephony-7d4ddf6dc0d7c8158bac3a5dec7936e837e95bdd.tar.bz2
android_packages_services_Telephony-7d4ddf6dc0d7c8158bac3a5dec7936e837e95bdd.zip
Blanket copy of PhoneApp to services/Telephony.
First phase of splitting out InCallUI from PhoneApp. Change-Id: I237341c4ff00e96c677caa4580b251ef3432931b
Diffstat (limited to 'lint.xml')
-rw-r--r--lint.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/lint.xml b/lint.xml
new file mode 100644
index 000000000..77207455b
--- /dev/null
+++ b/lint.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2012 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!-- To suppress lint warnings -->
+<lint>
+ <!-- Phone app is not unbundled intentionally. -->
+ <issue id="UsesSdk" severity="ignore" />
+ <issue id="PrivateResource" severity="ignore" />
+</lint>