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 /Android.mk
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 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index b7b2ec0..efe2bea 100644
--- a/Android.mk
+++ b/Android.mk
@@ -23,5 +23,9 @@ LOCAL_CFLAGS := -Wall -Werror
23LOCAL_STATIC_LIBRARIES := \ 23LOCAL_STATIC_LIBRARIES := \
24 libbase \ 24 libbase \
25 libvintf \ 25 libvintf \
26 libhidl-gen-utils \
26 libfs_mgr 27 libfs_mgr
28
29LOCAL_EXPORT_STATIC_LIBRARY_HEADERS := libhidl-gen-utils
30
27include $(BUILD_STATIC_LIBRARY) 31include $(BUILD_STATIC_LIBRARY)