summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
Diffstat (limited to 'third_party')
-rwxr-xr-xthird_party/android_platform/development/scripts/stack2
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/android_platform/development/scripts/stack b/third_party/android_platform/development/scripts/stack
index 758c412..2cd086f 100755
--- a/third_party/android_platform/development/scripts/stack
+++ b/third_party/android_platform/development/scripts/stack
@@ -26,6 +26,8 @@ import subprocess
import symbol
import sys
+DEFAULT_SYMROOT='/tmp/symbols'
+
def PrintUsage():
"""Print usage and exit with error."""
# pylint: disable-msg=C6310