Skip to content

Commit

Permalink
Fix typos and copy / paste errors
Browse files Browse the repository at this point in the history
  • Loading branch information
petefoth committed Feb 15, 2024
1 parent a62c3e3 commit 8099ad0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,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"
Expand Down
2 changes: 1 addition & 1 deletion src/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8099ad0

Please sign in to comment.