summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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)