Merge "Use libgtest_prod_headers." am: 7749ef2a4a am: fc3c4d6cb4 am: 09df2e2c96 am: b562c5633e

Original change: https://android-review.googlesource.com/c/platform/hardware/libhardware/+/1687225

Change-Id: I49865487dfc5dff94db0223b5b344cfa2a0b809e
This commit is contained in:
Yifan Hong 2021-04-28 22:37:12 +00:00 committed by Automerger Merge Worker
commit c18a6f26cc

View file

@ -94,9 +94,8 @@ LOCAL_NOTICE_FILE := $(LOCAL_PATH)/../../../NOTICE
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)