Last active
September 17, 2017 00:23
-
-
Save shakalaca/91dda95fa1fe8fda4b3ea462d6b6e55a to your computer and use it in GitHub Desktop.
bash 設定
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
環境基本安裝 | |
sudo apt install build-essential | |
sudo apt install python-minimal | |
sudo apt install bc | |
sudo apt install unzip | |
編譯 kernel 用的 compiler | |
git clone https://source.codeaurora.org/quic/la/platform/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9 -b android-framework.lnx.2.0.r5-rel | |
解開打包 boot.img 的工具 | |
https://github.com/osm0sis/mkbootimg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment