mirror of
https://github.com/ThomasKing2014/android-firmware-qti-sdm660
synced 2025-11-03 22:25:56 +08:00
12 lines
275 B
Bash
Executable File
12 lines
275 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd LINUX/android
|
|
#sed -i "85c FILE_NAME_TAG := eng.\$(BUILD_USERNAME)" build/make/core/main.mk
|
|
#sed -i '85,85s/^/ /' build/make/core/main.mk
|
|
source build/envsetup.sh
|
|
lunch ${Build_DEVICE} -${Build_VARIANT}
|
|
./clean_edk2_env.sh
|
|
cd ../../
|
|
./build.sh all
|
|
./cpn_all
|