diff options
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 73862da..f45d4e0 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' # |