|
|
@@ -292,9 +292,7 @@ jobs:
|
|
|
working-directory: ${{ github.workspace }}/kernel
|
|
|
run: |
|
|
|
set -ex
|
|
|
- if [ -f "build/build.sh" ]; then
|
|
|
- # SKIP NOT NEEDED
|
|
|
- else
|
|
|
+ if [ ! -f "build/build.sh" ]; then
|
|
|
# Bazel build system (newer kernels)
|
|
|
# Remove ABI protected exports to prevent build errors
|
|
|
rm -rf common/android/abi_gki_protected_exports_*
|