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
This commit is contained in:
parent
7cd5b313f6
commit
d42a053aa8
1 changed files with 1 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue