diff options
author | Kyunam Jo <kyunam.jo@gmail.com> | 2014-12-10 15:06:46 +0900 |
---|---|---|
committer | Kyunam Jo <kyunam.jo@gmail.com> | 2014-12-10 07:53:07 +0000 |
commit | fa343e630d9a96039987ba163aef5b475428d614 (patch) | |
tree | 549f9959fea10485e4dad45f4439d70bd3c910b5 /libc/kernel/tools/update_all.py | |
parent | 6a6845244cf9eb8fe21ecc012b7b45990adad7d8 (diff) | |
download | android_bionic-fa343e630d9a96039987ba163aef5b475428d614.tar.gz android_bionic-fa343e630d9a96039987ba163aef5b475428d614.tar.bz2 android_bionic-fa343e630d9a96039987ba163aef5b475428d614.zip |
fix runtime issues for scripts
now, some script to update kernel-headers is not working.
because of wrong variable value and test codes.
so this issue is fixed.
Change-Id: Iffae9607858cc3c1c58fa24244be217b5a1ab06e
Diffstat (limited to 'libc/kernel/tools/update_all.py')
-rwxr-xr-x | libc/kernel/tools/update_all.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libc/kernel/tools/update_all.py b/libc/kernel/tools/update_all.py index 73862da17..f45d4e057 100755 --- a/libc/kernel/tools/update_all.py +++ b/libc/kernel/tools/update_all.py @@ -40,12 +40,7 @@ else: if not os.path.isdir(original_dir): panic( "Missing directory, please specify one through command-line: %s\n" % original_dir ) -# Fixme: This should be removed after next release. -# Do not update ion.h ion_test.h until after next release in aosp. -source = subprocess.check_output('git remote show', shell=True).strip() skip_ion = False -if source == "aosp": - skip_ion = True # find all source files in 'original' # |