|
|
@@ -715,7 +715,7 @@ jobs:
|
|
|
if [ -f "build/build.sh" ]; then
|
|
|
LTO=thin BUILD_CONFIG=common/build.config.gki.aarch64 build/build.sh || exit 1
|
|
|
else
|
|
|
- if [[ "${{ inputs.android_version }}" == "android14" && "${{ inputs.kernel_version }}" == "5.15" ]]; then
|
|
|
+ if [[ "${{ inputs.android_version }}" == "android14" ]]; then
|
|
|
tools/bazel build --config=fast --lto=thin //common:kernel_aarch64_dist || exit 1
|
|
|
else
|
|
|
tools/bazel build --config=fast --lto=none //common:kernel_aarch64_dist || exit 1
|