summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYifan Hong2018-03-05 19:45:34 -0600
committerYifan Hong2018-03-12 12:35:42 -0500
commit2a90ffedf034d8605ddbb14db47fd8d878a31260 (patch)
treed2987d1b838d92ad2eb8649e35efe5742ef04c07 /test/Android.bp
parent60068a1416d5bef74a7a78647fd8b8d45933e929 (diff)
downloadplatform-system-libvintf-2a90ffedf034d8605ddbb14db47fd8d878a31260.tar.gz
platform-system-libvintf-2a90ffedf034d8605ddbb14db47fd8d878a31260.tar.xz
platform-system-libvintf-2a90ffedf034d8605ddbb14db47fd8d878a31260.zip
Instance is the smallest unit of manifests/matrices.
Introduce forEachInstance on HalManifest and CompatibilityMatrix, because <hal> are no longer the smallest unit of tests, but rather a ManifestInstance / MatrixInstance object. Bug: 73556059 Bug: 74247301 Test: libvintf_test Test: vintf_object_test Change-Id: If7186617db52acd67f255ac6e6c99f34a7570206
Diffstat (limited to 'test/Android.bp')
-rw-r--r--test/Android.bp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Android.bp b/test/Android.bp
index 50afb63..4dd6480 100644
--- a/test/Android.bp
+++ b/test/Android.bp
@@ -31,6 +31,7 @@ cc_test {
31 static_libs: [ 31 static_libs: [
32 "libgtest", 32 "libgtest",
33 "libassemblevintf", 33 "libassemblevintf",
34 "libhidl-gen-utils",
34 ], 35 ],
35 36
36 cflags: [ 37 cflags: [
@@ -65,8 +66,8 @@ cc_test {
65 static_libs: [ 66 static_libs: [
66 "libgtest", 67 "libgtest",
67 "libgmock", 68 "libgmock",
68 "libhidl-gen-utils",
69 "libvintf_common", 69 "libvintf_common",
70 "libhidl-gen-utils",
70 "libz", 71 "libz",
71 ], 72 ],
72 cflags: [ 73 cflags: [