This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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 |