blob: df87db843f792b60182435b418d33cb6201c80e0 [file] [log] [blame]
Kalesh Singha851f3d2020-12-01 11:47:01 -05001cc_test {
2 name: "VtsHalMemtrackTargetTest",
3 defaults: [
4 "VtsHalTargetTestDefaults",
5 "use_libaidlvintf_gtest_helper_static",
6 ],
7 srcs: ["VtsHalMemtrackTargetTest.cpp"],
8 shared_libs: [
9 "libbinder_ndk",
Kalesh Singh11fdc972021-01-22 16:59:15 -050010 "libvintf",
Kalesh Singha851f3d2020-12-01 11:47:01 -050011 ],
12 static_libs: [
Jeongik Cha1674c132021-01-26 22:34:55 +090013 "android.hardware.memtrack-V1-ndk_platform",
Kalesh Singha851f3d2020-12-01 11:47:01 -050014 ],
15 test_suites: [
16 "vts-core",
17 ],
18}