编译toybox # android 5.1 armv7a成功运行toybox-0.8.2。 # 虽然手机的api等级可能低于28,但是为了成功编译需要api等级至少28。 export CC=armv7a-linux-androideabi28-clang export STRIP=arm-linux-androideabi-strip # 如果手机的api等级和编译时的api等级不一致,必须静态链接系统库。 export LDFLAGS=--static make defconfig make # 编译完成 Published by 风君子 独自遨游何稽首 揭天掀地慰生平 View all posts by 风君子