diff options
author | Bruno Martins <bgcngm@gmail.com> | 2020-11-24 11:19:20 +0000 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2021-10-19 15:09:38 +0200 |
commit | ec895f0e93a510f23a954a52ea7914a75ee35341 (patch) | |
tree | 8530f3f9e5e1e761192cafe3e3369f2273ecd6c2 | |
parent | 8d55da2289192d3c5f55e9f4e7eb3e291fc8f302 (diff) |
msm8996-common: camera: Switch to display_headers lib include
LOCAL_COPY_HEADERS is deprecated and Qualcomm HALs have been
updated to remove its usage. As a consequence, the display headers
are no longer copied to TARGET_OUT_HEADERS, so use the equivalent
header lib instead.
Change-Id: I85d229e536146b86662e9c9a28017d2448c856dd
-rw-r--r-- | camera/QCamera2/Android.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/camera/QCamera2/Android.mk b/camera/QCamera2/Android.mk index 8977469..f0e287d 100644 --- a/camera/QCamera2/Android.mk +++ b/camera/QCamera2/Android.mk @@ -99,8 +99,6 @@ endif #LOCAL_STATIC_LIBRARIES := libqcamera2_util LOCAL_C_INCLUDES += \ - $(TARGET_OUT_HEADERS)/qcom/display -LOCAL_C_INCLUDES += \ $(call project-path-for,qcom-display)/libqservice LOCAL_SHARED_LIBRARIES := liblog libhardware libutils libcutils libdl libsync LOCAL_SHARED_LIBRARIES += libmmcamera_interface libmmjpeg_interface libui libcamera_metadata @@ -114,6 +112,7 @@ ifeq ($(TARGET_TS_MAKEUP),true) LOCAL_SHARED_LIBRARIES += libts_face_beautify_hal libts_detected_face_hal endif LOCAL_HEADER_LIBRARIES += camera_common_headers +LOCAL_HEADER_LIBRARIES += display_headers LOCAL_HEADER_LIBRARIES += media_plugin_headers LOCAL_HEADER_LIBRARIES += libandroid_sensor_headers LOCAL_HEADER_LIBRARIES += libcutils_headers |