1
0
Fork 0
mirror of https://github.com/lineageos4microg/docker-lineage-cicd synced 2024-05-06 23:26:09 +02:00

Fix typos and copy / paste errors

This commit is contained in:
Pete 2024-02-15 17:07:59 +00:00 committed by Pete Fotheringham
parent ff27067796
commit 3bc509aa14
2 changed files with 2 additions and 2 deletions

View File

@ -159,7 +159,7 @@ for branch in ${BRANCH_NAME//,/ }; do
modules_permission_patch="packages_modules_Permission-Android13.patch"
;;
lineage-21.0*)
themuppets_branch="lineage-20.0"
themuppets_branch="lineage-21.0"
android_version="14"
frameworks_base_patch="android_frameworks_base-Android14.patch"
modules_permission_patch="packages_modules_Permission-Android14.patch"

View File

@ -61,7 +61,7 @@ if [ "$SIGN_BUILDS" = true ]; then
fi
# Android 14 requires to set a BUILD file for bazel to avoid errors:
cat > $"KEYS_DIR"/BUILD << _EOB
cat > "$KEYS_DIR"/BUILD << _EOB
# adding an empty BUILD file fixes the A14 build error:
# "ERROR: no such package 'keys': BUILD file not found in any of the following directories. Add a BUILD file to a directory to mark it as a package."
# adding the filegroup "android_certificate_directory" fixes the A14 build error: