summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2021-04-26 16:36:38 -0700
committerYifan Hong <elsk@google.com>2021-04-26 16:36:38 -0700
commitbb1479b00bded33ce3adaed7db0d8d0cc0108e6a (patch)
treeb88ad59885e5a08a39900499144896c129ba993c
parent541a8d3e5b6d5f9667c25f72aa669eabe8ae6305 (diff)
downloadlibhardware-bb1479b00bded33ce3adaed7db0d8d0cc0108e6a.tar.gz
Use libgtest_prod_headers.
Test: builds Bug: 185916167 Change-Id: Ifdb71aa9e6e9eeadd4d7c9cb4850832650dd12e8
-rw-r--r--modules/camera/3_4/Android.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/camera/3_4/Android.mk b/modules/camera/3_4/Android.mk
index 0a11f684..de584e35 100644
--- a/modules/camera/3_4/Android.mk
+++ b/modules/camera/3_4/Android.mk
@@ -91,9 +91,8 @@ LOCAL_MODULE := camera.v4l2
LOCAL_MODULE_RELATIVE_PATH := hw
LOCAL_CFLAGS += $(v4l2_cflags)
LOCAL_SHARED_LIBRARIES := $(v4l2_shared_libs)
-LOCAL_STATIC_LIBRARIES := \
- libgtest_prod \
- $(v4l2_static_libs) \
+LOCAL_HEADER_LIBRARIES := libgtest_prod_headers
+LOCAL_STATIC_LIBRARIES := $(v4l2_static_libs)
LOCAL_C_INCLUDES += $(v4l2_c_includes)
LOCAL_SRC_FILES := $(v4l2_src_files)