Skip to content

Commit

Permalink
bump: Up to android-14.0.0_r18
Browse files Browse the repository at this point in the history
  • Loading branch information
ponces committed Dec 16, 2023
1 parent e124c5e commit 5a9d083
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ BD=$HOME/builds
initRepos() {
if [ ! -d .repo ]; then
echo "--> Initializing workspace"
repo init -u https://android.googlesource.com/platform/manifest -b android-14.0.0_r17 --git-lfs
repo init -u https://android.googlesource.com/platform/manifest -b android-14.0.0_r18 --git-lfs
echo

echo "--> Preparing local manifest"
Expand Down
1 change: 0 additions & 1 deletion build/manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<project name="phhusson/vendor_magisk" path="vendor/magisk" remote="github" revision="android-10.0" />
<project name="AndyCGYan/android_packages_apps_QcRilAm" path="packages/apps/QcRilAm" remote="github" revision="master" />
<project name="platform/prebuilts/vndk/v28" path="prebuilts/vndk/v28" remote="aosp" revision="204f1bad00aaf480ba33233f7b8c2ddaa03155dd" clone-depth="1" />
<project path="external/mockito-kotlin" name="platform/external/mockito-kotlin" remote="aosp" revision="b0a025998405b7af4a64dd04ffdf6630e678658f" />

<!-- ponces -->
<project name="ponces/vendor_ponces" path="vendor/ponces" remote="github" revision="android-14.0" />
Expand Down

0 comments on commit 5a9d083

Please sign in to comment.