|
|
@@ -376,6 +376,15 @@ jobs:
|
|
|
perl -pi -e 's/^\s*"protected_exports_list"\s*:\s*"android\/abi_gki_protected_exports_aarch64",\s*$//;' ./common/BUILD.bazel
|
|
|
fi
|
|
|
|
|
|
+ - name: Add Build based configs
|
|
|
+ run: |
|
|
|
+ echo "Changing to configuration directory: $CONFIG..."
|
|
|
+ cd "$CONFIG"
|
|
|
+ echo "CONFIG_LTO_CLANG_THIN=y" >> ./common/arch/arm64/configs/gki_defconfig
|
|
|
+ echo "CONFIG_LTO_CLANG=y" >> ./common/arch/arm64/configs/gki_defconfig
|
|
|
+ echo "CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y" >> "./common/arch/arm64/configs/gki_defconfig"
|
|
|
+ echo "CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE_O3=n" >> "./common/arch/arm64/configs/gki_defconfig"
|
|
|
+
|
|
|
- name: Detect Clang Version from Configs
|
|
|
shell: bash
|
|
|
run: |
|