Merge "Use libgtest_prod_headers." am: 7749ef2a4a
am: fc3c4d6cb4
Original change: https://android-review.googlesource.com/c/platform/hardware/libhardware/+/1687225 Change-Id: I65e42ca0a082bc3c90994a35d8451d530a5afe91
This commit is contained in:
commit
09df2e2c96
1 changed files with 2 additions and 3 deletions
|
@ -94,9 +94,8 @@ LOCAL_NOTICE_FILE := $(LOCAL_PATH)/../../../NOTICE
|
||||||
LOCAL_MODULE_RELATIVE_PATH := hw
|
LOCAL_MODULE_RELATIVE_PATH := hw
|
||||||
LOCAL_CFLAGS += $(v4l2_cflags)
|
LOCAL_CFLAGS += $(v4l2_cflags)
|
||||||
LOCAL_SHARED_LIBRARIES := $(v4l2_shared_libs)
|
LOCAL_SHARED_LIBRARIES := $(v4l2_shared_libs)
|
||||||
LOCAL_STATIC_LIBRARIES := \
|
LOCAL_HEADER_LIBRARIES := libgtest_prod_headers
|
||||||
libgtest_prod \
|
LOCAL_STATIC_LIBRARIES := $(v4l2_static_libs)
|
||||||
$(v4l2_static_libs) \
|
|
||||||
|
|
||||||
LOCAL_C_INCLUDES += $(v4l2_c_includes)
|
LOCAL_C_INCLUDES += $(v4l2_c_includes)
|
||||||
LOCAL_SRC_FILES := $(v4l2_src_files)
|
LOCAL_SRC_FILES := $(v4l2_src_files)
|
||||||
|
|
Loading…
Reference in a new issue