aboutsummaryrefslogtreecommitdiff
path: root/android/README.md
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-04-03 20:31:09 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-04-03 20:31:09 +0000
commit064dfbd71a25175559657ca7bf85224be6840ef5 (patch)
tree21df5650189a18b6e92f11a618bac3deb1adf361 /android/README.md
parent287a2a948c05dc2bdbc52ab0ce090b2e324c6d8c (diff)
parentcdb9cd95d819b7d394f63db8dd87804de5aa3e69 (diff)
downloadltp-android14-tests-release.tar.gz
Snap for 11666499 from cdb9cd95d819b7d394f63db8dd87804de5aa3e69 to android14-tests-releaseandroid-vts-14.0_r4android-cts-14.0_r4android14-tests-release
Change-Id: I85b19974289ff82a6568e1771c64365c6c34b37c
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