标签:prefix https form androi tps make time idea pre
https://aosp.tuna.tsinghua.edu.cn/platform/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9
export CROSS_COMPILE=$(pwd)/bin/<toolchain_prefix>-
export CROSS_COMPILE=$(pwd)/bin/aarch64-linux-android-
export ARCH=<arch> && export SUBARCH=<arch>
mkdir -p out
make O=out clean
make O=out mrproper
make O=out <defconfig_name>
make O=out -j$(nproc --all)
kernel/timeconst.pl
第373行改为 if (!@val) {
标签:prefix https form androi tps make time idea pre
原文地址:https://www.cnblogs.com/smnet/p/10119681.html