Index: talk/libjingle.gyp |
diff --git a/talk/libjingle.gyp b/talk/libjingle.gyp |
index cd5385c11fd30067ebde77a3ee7b4aa760364f40..55787a662527572cb0b5644b213d60a3f4eb472e 100755 |
--- a/talk/libjingle.gyp |
+++ b/talk/libjingle.gyp |
@@ -227,6 +227,12 @@ |
'libjingle_peerconnection_so', |
], |
'variables': { |
+ # Designate as Chromium code and point to our lint settings to |
+ # enable linting of the WebRTC code (this is the only way to make |
+ # lint_action invoke the Android linter). |
+ 'android_manifest_path': '<(webrtc_root)/webrtc/build/android/AndroidManifest.xml', |
+ 'suppressions_file': '<(webrtc_root)/webrtc/build/android/suppressions.xml', |
+ 'chromium_code': 1, |
'java_in_dir': 'app/webrtc/java', |
'webrtc_base_dir': '<(webrtc_root)/base', |
'webrtc_modules_dir': '<(webrtc_root)/modules', |