Add build scripts.

This commit is contained in:
David112x
2022-09-20 13:25:59 +00:00
parent 9c052b9d49
commit b992e4b6a7
954 changed files with 32779 additions and 941 deletions

11
build_all.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/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
./clean_edk2_env.sh
cd ../../
./build.sh all
./cpn_all