summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Role Account android-build-prod <android-build-team-robot@google.com>2021-05-15 10:05:35 +0000
committerAndroid Build Role Account android-build-prod <android-build-team-robot@google.com>2021-05-15 10:05:35 +0000
commita25f334fd8bae17987a378a52d30f9ccd45d948d (patch)
tree5c801712215f5c0784b8fbed6b268827cd62e819
parent6db24238467be48a92b24babf9a10a0cf28789dd (diff)
parent2c2de711298447efd62709d0b942a3cce184e5b9 (diff)
Snap for 7364285 from 2c2de711298447efd62709d0b942a3cce184e5b9 to s-keystone-qcom-release
Change-Id: I26a518a01bf528150bbb44cb8abf27bc5dd2241f
-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 7c8eee16..aa230977 100644
--- a/modules/camera/3_4/Android.mk
+++ b/modules/camera/3_4/Android.mk
@@ -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)