Skip to content

Commit

Permalink
Build AOSP with QPR2
Browse files Browse the repository at this point in the history
  • Loading branch information
grote committed Mar 6, 2024
1 parent d962d53 commit d0262f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ task:
cpu: 8
memory: 32G
build_script:
- ./.github/scripts/build_aosp.sh aosp_arm64 userdebug android-14.0.0_r1
- ./.github/scripts/build_aosp.sh aosp_arm64 ap1a userdebug android-14.0.0_r29
always:
seedvault_artifacts:
path: Seedvault.apk
9 changes: 5 additions & 4 deletions .github/scripts/build_aosp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ retry() {
}

DEVICE=$1
TARGET=$2
BRANCH=$3
RELEASE=$2
TARGET=$3
BRANCH=$4

git config --global user.email "seedvault@example.com"
git config --global user.name "Seedvault CI"
Expand Down Expand Up @@ -85,7 +86,7 @@ retry repo sync -c -j8 --fail-fast --force-sync
while true; do echo "Still building..."; sleep 30; done &

source build/envsetup.sh
lunch $DEVICE-$TARGET
m -j6 Seedvault
lunch $DEVICE-$RELEASE-$TARGET
m -j4 Seedvault

mv /aosp/out/target/product/generic_arm64/system/system_ext/priv-app/Seedvault/Seedvault.apk "$CIRRUS_WORKING_DIR"

0 comments on commit d0262f1

Please sign in to comment.