commit | 131365a3e560224edd48f73ecf45bcc57cad4c6d | [log] [tgz] |
---|---|---|
author | Yurii Zubrytskyi <zyy@google.com> | Tue Mar 24 23:49:02 2020 -0700 |
committer | Yurii Zubrytskyi <zyy@google.com> | Wed Mar 25 14:33:24 2020 -0700 |
tree | 314cbcf794c3ac9348d38706f0491005797a24e3 | |
parent | 81872e826cfdae547781161c706d2260b6cef937 [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
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"] }