diff options
author | 2024-01-17 15:24:59 -0800 | |
---|---|---|
committer | 2024-01-17 15:25:18 -0800 | |
commit | d42a053aa8ecaba6cd920d2d8ef281f8dc3d4d25 (patch) | |
tree | fc51f97708450d43caf79816c7d7e5e02f187cfd | |
parent | 7cd5b313f6f40911e31d62e9cdc0fe52af1bb9dd (diff) |
Make build script executable via python
Add shebang line to make build test suties script callable via command
line without needing python.
Test: ./build/make/ci/build_test_suites --target_product aosp_x86_64
--target_release trunk_staging --with_dexpreopt_boot_img_and_system_server_only --dist_dir <dist_dir> --change_info <change_info_file> <extra_targets>
Change-Id: I94422993e864e021b036a4eb1673b463ad4b86d4
-rwxr-xr-x | ci/build_test_suites | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/build_test_suites b/ci/build_test_suites index 861065a73a..89ecefed91 100755 --- a/ci/build_test_suites +++ b/ci/build_test_suites @@ -1,3 +1,4 @@ +#!prebuilts/build-tools/linux-x86/bin/py3-cmd # Copyright 2024, The Android Open Source Project # # Licensed under the Apache License, Version 2.0 (the "License"); |