|
@@ -54,8 +54,8 @@ runs:
|
|
|
mkdir -p /home/runner/out
|
|
mkdir -p /home/runner/out
|
|
|
|
|
|
|
|
if [ -f "build/build.sh" ]; then
|
|
if [ -f "build/build.sh" ]; then
|
|
|
- make O=/home/runner/out/common gki_defconfig
|
|
|
|
|
- make O=/home/runner/out/common savedefconfig
|
|
|
|
|
|
|
+ make -C common O=/home/runner/out gki_defconfig
|
|
|
|
|
+ make -C common O=/home/runner/out savedefconfig
|
|
|
cp /home/runner/out/common/defconfig common/arch/arm64/configs/gki_defconfig
|
|
cp /home/runner/out/common/defconfig common/arch/arm64/configs/gki_defconfig
|
|
|
BUILD_GKI_ARTIFACTS= \
|
|
BUILD_GKI_ARTIFACTS= \
|
|
|
BUILD_GKI_CERTIFICATION_TOOLS=0 \
|
|
BUILD_GKI_CERTIFICATION_TOOLS=0 \
|