We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82b82a1 commit bc8d5baCopy full SHA for bc8d5ba
.github/workflows/build.yml
@@ -213,10 +213,6 @@ jobs:
213
echo "Building the kernel..."
214
rm ./kernel_platform/common/android/abi_gki_protected_exports_* || echo "No protected exports!"
215
rm ./kernel_platform/msm-kernel/android/abi_gki_protected_exports_* || echo "No protected exports!"
216
- #git config --global user.email "[email protected]"
217
- #git config --global user.name "TheWildJames"
218
- #git add *
219
- #git commit -s -a -m "getting rid of -dirty"
220
221
BUILD_TYPE="gki"
222
BAZEL_ARGS=(--jobs=$(nproc --all) --lto=thin)
0 commit comments