xref: /aosp_15_r20/external/ltp/android/how-to-update.txt (revision 49cdfc7efb34551c7342be41a7384b9c40d7cab7)
1INSTRUCTIONS
2
3You'll need docker installed, so that a clean environment can be created.
4
5(1) checkout updated LTP tree under external/ltp
6(2) ensure your LTP tree is clean by running
7        git clean -x -f -d
8(2) run the gen_android_build.sh script
9        android/tools/gen_android_build.sh
10(3) commit changes to gen.bp, testcases/Android.bp, android/Android.bp
11