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

Unified Diff: PRESUBMIT.py

Issue 2840193003: [Android] Fix stack symbolization when packed relocations are on. (Closed)
Patch Set: agrieve comments Created 3 years, 8 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
Index: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 819bf7337311411589c2bfb4c872465e76bd1e58..accd2def596694e952be14940bfddb01d934b79d 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -351,6 +351,8 @@ _VALID_OS_MACROS = (
_ANDROID_SPECIFIC_PYDEPS_FILES = [
'build/android/test_runner.pydeps',
'build/android/test_wrapper/logdog_wrapper.pydeps',
+ 'build/secondary/third_party/android_platform/'
+ 'development/scripts/stack.pydeps',
'net/tools/testserver/testserver.pydeps',
]

Powered by Google App Engine
This is Rietveld 408576698