commit | 9e7482ece1e321f5aba009fb11cc047910c15769 | [log] [tgz] |
---|---|---|
author | Yurii Zubrytskyi <zyy@google.com> | Tue Mar 24 16:23:51 2020 -0700 |
committer | Yurii Zubrytskyi <zyy@google.com> | Wed Mar 25 17:21:49 2020 -0700 |
tree | 9b93974a820290f871ac0e7687ca60ed642ed120 | |
parent | d05bcc8070ca387e68435017b51c545b868114b0 [diff] [blame] |
[vold] Add argument verification to IncFS methods + Get rid of an extra string copy in path validation function Bug: 152349257 Test: atest vold_tests Change-Id: I03a8cab0dd6abd7d5c9dcbbc2acb651e818e6cd8 Merged-In: I03a8cab0dd6abd7d5c9dcbbc2acb651e818e6cd8
diff --git a/tests/Android.bp b/tests/Android.bp index 4731d0a..b90de3a 100644 --- a/tests/Android.bp +++ b/tests/Android.bp
@@ -7,7 +7,9 @@ srcs: [ "Utils_test.cpp", + "VoldNativeServiceValidation_test.cpp", "cryptfs_test.cpp", ], static_libs: ["libvold"], + shared_libs: ["libbinder"] }