You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
461 B

(1) checkout updated LTP tree under external/ltp
(2) configure LTP tree:
cd external/ltp; make autotools; ./configure; cd -
(3) regenerate Android.ltp.mk from configured LTP tree:
tools/regen_android_mk.sh
(4) perform a build with -k flag to keep building
regardless of failure
(5) filter Android.mk modules (example with bullhead):
python tools/filter_success_build.py --android_build_top=../../../../master/ --ltp_dir=../ --target_product=bullhead