|
|
@@ -24,7 +24,7 @@ runs:
|
|
|
elif [[ $BRANCH == SM-A556* ]]; then
|
|
|
target_config="$COMMON/arch/arm64/configs/s5e8845-bazel_defconfig"
|
|
|
elif [[ $BRANCH == SM-A055* ]]; then
|
|
|
- target_config="$COMMON/../kernel_device_modules-6.6/arch/arm64/configs/mediatek-bazel_defconfig"
|
|
|
+ target_config="$CONFIG/kernel/kernel_device_modules-6.6/arch/arm64/configs/mediatek-bazel_defconfig"
|
|
|
elif [[ $BRANCH == SM-A075* ]]; then
|
|
|
target_config="$COMMON/arch/arm64/configs/a07_00_defconfig"
|
|
|
else
|