File tree Expand file tree Collapse file tree 3 files changed +3
-10
lines changed Expand file tree Collapse file tree 3 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 2
2
set -e
3
3
4
4
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"
6
6
popd
7
7
mv anbox-work/vendor/anbox/android.img ./
Original file line number Diff line number Diff line change @@ -7,23 +7,19 @@ if [ ! -d .repo ]; then
7
7
repo init -u https://github.com/anbox/platform_manifests.git -b anbox --depth=1
8
8
fi
9
9
10
- if [ ! -d .repo/local_manifests ]; then
11
- cp -r /data/local_manifests .repo/
12
- fi
13
-
14
10
export QUILT_PATCHES=.patches
15
11
16
12
if [ -d .pc ]; then
17
13
quilt pop -a || rm -rf .pc
18
14
rm -rf .patches
19
15
fi
20
16
21
- repo sync --force-sync
17
+ repo sync -l - -force-sync
22
18
23
19
cp -r /patches .patches
24
20
25
21
quilt push -a
26
22
27
23
. build/envsetup.sh
28
- lunch anbox_arm64 -userdebug
24
+ lunch anbox_x86_64 -userdebug
29
25
make -j9
Original file line number Diff line number Diff line change 1
- anbox.patch
2
- fdroid.patch
3
-
4
1
0001-Pass-messenger-to-audio-sink.patch
5
2
0002-Implement-audio-timing.patch
You can’t perform that action at this time.
0 commit comments