Skip to content

Commit

Permalink
Merge pull request #25 from ponces/android-14.0
Browse files Browse the repository at this point in the history
bump: up to android-14.0.0_r54
  • Loading branch information
Archfx authored Jul 2, 2024
2 parents ebbabe0 + 1087363 commit aa88d26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ BV=$1

initRepos() {
echo "--> Initializing workspace"
repo init -u https://android.googlesource.com/platform/manifest -b android-14.0.0_r51 --git-lfs
repo init -u https://android.googlesource.com/platform/manifest -b android-14.0.0_r54 --git-lfs
echo

echo "--> Preparing local manifest"
Expand Down
3 changes: 3 additions & 0 deletions sign.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ fi

sign_target_files_apks -o -d $KEYSDIR \
--extra_apks AdServicesApk.apk=$KEYSDIR/releasekey \
--extra_apks FederatedCompute.apk=$KEYSDIR/releasekey \
--extra_apks HalfSheetUX.apk=$KEYSDIR/releasekey \
--extra_apks HealthConnectBackupRestore.apk=$KEYSDIR/releasekey \
--extra_apks HealthConnectController.apk=$KEYSDIR/releasekey \
--extra_apks OsuLogin.apk=$KEYSDIR/releasekey \
--extra_apks SafetyCenterResources.apk=$KEYSDIR/releasekey \
--extra_apks ServiceConnectivityResources.apk=$KEYSDIR/releasekey \
Expand Down

0 comments on commit aa88d26

Please sign in to comment.