编译报错
make: *** [out/target/common/obj/PACKAGING/checkapi-current-timestamp] Error 38
应该是由
out/target/common/obj/PACKAGING/public_api.txt:32400: error 5: Added public field android.view.KeyEvent.KEYCODE_XXX引起;
解决:
make update-api -j8
make -j8