Skip to content

Commit 624b9f0

Browse files
committed
amd64
1 parent 3962630 commit 624b9f0

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

assemble.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
set -e
33

44
pushd anbox-work/vendor/anbox
5-
scripts/create-package.sh "$PWD/../../out/target/product/arm64/ramdisk.img" "$PWD/../../out/target/product/arm64/system.img"
5+
scripts/create-package.sh "$PWD/../../out/target/product/x86_64/ramdisk.img" "$PWD/../../out/target/product/x86_64/system.img"
66
popd
77
mv anbox-work/vendor/anbox/android.img ./

data/anbox-build.sh

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,19 @@ if [ ! -d .repo ]; then
77
repo init -u https://github.com/anbox/platform_manifests.git -b anbox --depth=1
88
fi
99

10-
if [ ! -d .repo/local_manifests ]; then
11-
cp -r /data/local_manifests .repo/
12-
fi
13-
1410
export QUILT_PATCHES=.patches
1511

1612
if [ -d .pc ]; then
1713
quilt pop -a || rm -rf .pc
1814
rm -rf .patches
1915
fi
2016

21-
repo sync --force-sync
17+
repo sync -l --force-sync
2218

2319
cp -r /patches .patches
2420

2521
quilt push -a
2622

2723
. build/envsetup.sh
28-
lunch anbox_arm64-userdebug
24+
lunch anbox_x86_64-userdebug
2925
make -j9

patches/series

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
1-
anbox.patch
2-
fdroid.patch
3-
41
0001-Pass-messenger-to-audio-sink.patch
52
0002-Implement-audio-timing.patch

0 commit comments

Comments
 (0)