Use libgtest_prod_headers.

Test: builds
Bug: 185916167
Change-Id: Ifdb71aa9e6e9eeadd4d7c9cb4850832650dd12e8
This commit is contained in:
Yifan Hong 2021-04-26 16:36:38 -07:00
parent 541a8d3e5b
commit bb1479b00b

View file

@ -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)