diff options
author | MÃ¥rten Kongstad <marten.kongstad@volvocars.com> | 2020-06-16 14:22:02 +0200 |
---|---|---|
committer | Ryan Mitchell <rtmitchell@google.com> | 2020-12-08 16:57:07 +0000 |
commit | ec7e7f5622e3444a3003db20ddfd8f5745971fa7 (patch) | |
tree | c8afe25f188953cb5edc086432b210d856dcc941 | |
parent | 6532483950eb0e75a5caf9645cae5ef4ac02fffc (diff) |
idmap2: remove call to obsolete 'idmap2 verify' from valgrind.sh
The 'verify' command was removed as part of a707013b78c. Update
valgrind.sh accordingly.
Test: frameworks/base/cmds/idmap2/valgrind.sh
Change-Id: I571cb46bb2ca09a244dc7b609a8bb0ffe01a6e2a
Merged-In: I571cb46bb2ca09a244dc7b609a8bb0ffe01a6e2a
-rwxr-xr-x | cmds/idmap2/valgrind.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmds/idmap2/valgrind.sh b/cmds/idmap2/valgrind.sh index 0fcb4a149799..84daeecdb21e 100755 --- a/cmds/idmap2/valgrind.sh +++ b/cmds/idmap2/valgrind.sh @@ -53,6 +53,5 @@ valgrind="valgrind --error-exitcode=1 -q --track-origins=yes --leak-check=full" _eval "idmap2 create" "$valgrind idmap2 create --policy public --target-apk-path $target_path --overlay-apk-path $overlay_path --idmap-path $idmap_path" _eval "idmap2 dump" "$valgrind idmap2 dump --idmap-path $idmap_path" _eval "idmap2 lookup" "$valgrind idmap2 lookup --idmap-path $idmap_path --config '' --resid test.target:string/str1" -_eval "idmap2 verify" "$valgrind idmap2 verify --idmap-path $idmap_path" _eval "idmap2_tests" "$valgrind $ANDROID_HOST_OUT/nativetest64/idmap2_tests/idmap2_tests" exit $errors |