summaryrefslogtreecommitdiff
path: root/binary_cache_builder.py
diff options
context:
space:
mode:
authorYabin Cui <yabinc@google.com>2017-03-22 11:52:00 -0700
committerYabin Cui <yabinc@google.com>2017-03-22 11:52:00 -0700
commit5b01fe6d1dccaf1bead2949ea2fd42965eccc1b2 (patch)
tree330ab079632c56da3cd246122cc7aa00292b1280 /binary_cache_builder.py
parent25ade08061f50806eeba92700ac43a07064e1c32 (diff)
downloadsimpleperf-5b01fe6d1dccaf1bead2949ea2fd42965eccc1b2.tar.gz
Update NDK prebuilts to build 3839284.
Taken from branch aosp-master. Change-Id: Ie3f4c61dc9cbd710347b3911082dad38693cfbc5
Diffstat (limited to 'binary_cache_builder.py')
-rw-r--r--binary_cache_builder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/binary_cache_builder.py b/binary_cache_builder.py
index 13c028d..aa0e6e6 100644
--- a/binary_cache_builder.py
+++ b/binary_cache_builder.py
@@ -221,7 +221,7 @@ class BinaryCacheBuilder(object):
if os.path.isfile(file):
os.remove(file)
if self.adb.switch_to_root():
- self.adb.run(['shell', '"echo 0>/proc/sys/kernel/kptr_restrict"'])
+ self.adb.run(['shell', '"echo 0 >/proc/sys/kernel/kptr_restrict"'])
self.adb.run(['pull', '/proc/kallsyms', file])