Skip to content

Commit

Permalink
Merge branch 'main-14' into android-14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Archfx authored Jun 1, 2024
2 parents 04f1a9e + abc0982 commit 94b8584
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ jobs:
--privileged \
--name treble \
--volume ${{ github.workspace }}/builds:/root/builds \
--volume ${{ github.workspace }}/vendor_ponces-priv:/aosp/vendor/ponces-priv \
--volume ${{ github.workspace }}/config/ota.json:/aosp/treble_aosp/config/ota.json \
ponces/treble treblebuild
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ generateOta() {
[[ "$filename" == *"-vndklite"* ]] && vndk="-vndklite" || vndk=""
name="treble_${arch}_b${variant}N${vndk}"
size=$(wc -c $file | awk '{print $1}')
url="https://github.com/ponces/treble_aosp/releases/download/$version/$filename"
url="https://github.com/archfx/epsilon/releases/download/$version/$filename"
json="${json} {\"name\": \"$name\",\"size\": \"$size\",\"url\": \"$url\"},"
done
json="${json%?}]}"
Expand Down
4 changes: 4 additions & 0 deletions build/default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
<remote name="github" fetch="https://github.com" />
<remote name="gitlab" fetch="https://gitlab.com" />

<!-- Taskbar -->
<project name="farmerbb/Taskbar" path="packages/apps/taskbar" remote="github" revision="master" />


<!-- TrebleDroid -->
<project name="TrebleDroid/device_phh_treble" path="device/phh/treble" remote="github" revision="android-14.0" />
<project name="TrebleDroid/vendor_hardware_overlay" path="vendor/hardware_overlay" remote="github" revision="pie" />
Expand Down
4 changes: 2 additions & 2 deletions upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ set -e
BL=$PWD/treble_aosp
BD=$HOME/builds
TAG="$(date +v%Y.%m.%d)"
GUSER="ponces"
GREPO="treble_aosp"
GUSER="archfx"
GREPO="epsilon"

SKIPOTA=false
if [ "$1" == "--skip-ota" ]; then
Expand Down

0 comments on commit 94b8584

Please sign in to comment.