Skip to content

Instantly share code, notes, and snippets.

@ittat
ittat / patch_and_build.sh
Created May 13, 2020 23:41 — forked from EricRahm/patch_and_build.sh
x86_64 emulator build
#!/usr/bin/env bash
export LOCAL_NDK_BASE_URL='ftp://ftp.kaiostech.com/ndk/android-ndk'
mkdir patches
# Apply open PR for B2G repo
wget https://github.com/kaiostech/B2G/pull/4.patch -O patches/b2g.patch && patch -p1 < patches/b2g.patch
# Init