summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorjbudorick <jbudorick@chromium.org>2016-03-14 12:17:52 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-14 19:19:14 +0000
commit2082ffeac7b24255684c99255c3c734edc52e1c0 (patch)
tree9dc366b3c156d171566db799ce91638eb0dcd793 /build
parentf09dff4405b70b9b27fba049dd7cf59c2e585515 (diff)
downloadchromium_src-2082ffeac7b24255684c99255c3c734edc52e1c0.zip
chromium_src-2082ffeac7b24255684c99255c3c734edc52e1c0.tar.gz
chromium_src-2082ffeac7b24255684c99255c3c734edc52e1c0.tar.bz2
[Android] Disable lint on gyp targets that use empty or placeholder java directories.
BUG=583661 Review URL: https://codereview.chromium.org/1785333004 Cr-Commit-Position: refs/heads/master@{#381035}
Diffstat (limited to 'build')
-rw-r--r--build/android/pylib/remote/device/dummy/dummy.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/android/pylib/remote/device/dummy/dummy.gyp b/build/android/pylib/remote/device/dummy/dummy.gyp
index 46e2d48..a7c451f 100644
--- a/build/android/pylib/remote/device/dummy/dummy.gyp
+++ b/build/android/pylib/remote/device/dummy/dummy.gyp
@@ -20,6 +20,7 @@
'apk_name': '<(remote_device_dummy_apk_name)',
'final_apk_path': '<(remote_device_dummy_apk_path)',
'java_in_dir': '.',
+ 'never_lint': 1,
'android_manifest_path': '../../../../../../build/android/AndroidManifest.xml',
},
'includes': [