Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1076)

Unified Diff: webrtc/build/get_landmines.py

Issue 2300643002: Emit landmine for Android builds to solve compile lint errors (Closed)
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/build/get_landmines.py
diff --git a/webrtc/build/get_landmines.py b/webrtc/build/get_landmines.py
index 495b3d1dba1e8ee43d9042d0b9daf7ad5895865e..49a61bb3146bb13305cdaa99972d73839bb7b212 100755
--- a/webrtc/build/get_landmines.py
+++ b/webrtc/build/get_landmines.py
@@ -38,6 +38,9 @@ def print_landmines():
# landmine.
# See the Chromium version in src/build/get_landmines.py for usage examples.
print 'Clobber to remove out/{Debug,Release}/args.gn (webrtc:5070)'
+ if platform() == 'android':
+ print ('Clobber to remove artifacts on Android causing lint errors after '
+ 'rolling in https://codereview.webrtc.org/2293863002')
def main():
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698