aboutsummaryrefslogtreecommitdiff
path: root/android/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'android/README.md')
-rw-r--r--android/README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/android/README.md b/android/README.md
index 60462723d..3cda88e39 100644
--- a/android/README.md
+++ b/android/README.md
@@ -258,6 +258,12 @@ periodically running:
`git clean -dfx && make autotools && ./configure && make -j`
+Commit the LTP version string
+```
+git describe <release commit> > VERSION
+git add VERSION
+```
+
### Update the Android build targets
Building LTP with the Android build system requires the additional Android
@@ -278,4 +284,4 @@ differences in the test suite.
LTP_NEW=$ANDROID_BUILD_TOP/external/ltp
LTP_OLD=/tmp/ltp-base
git archive aosp/master | tar -x -C $LTP_OLD
-android/tools/compare_ltp_projects.py --ltp-new $LTP_NEW --ltp-old $LTP_OLD
+android/tools/compare_ltp_projects.py --ltp-new $LTP_NEW --ltp-old $LTP_OLD \ No newline at end of file