diff options
Diffstat (limited to 'libhwc2.1/Android.mk')
-rw-r--r-- | libhwc2.1/Android.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libhwc2.1/Android.mk b/libhwc2.1/Android.mk index 1e23ab7..9800081 100644 --- a/libhwc2.1/Android.mk +++ b/libhwc2.1/Android.mk @@ -22,6 +22,7 @@ LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) LOCAL_SHARED_LIBRARIES := libcutils libdrm liblog libutils libhardware +LOCAL_HEADER_LIBRARIES += qti_kernel_headers LOCAL_PROPRIETARY_MODULE := true @@ -78,6 +79,7 @@ LOCAL_HEADER_LIBRARIES := libhardware_legacy_headers \ libbinder_headers google_hal_headers \ libgralloc_headers \ android.hardware.graphics.common-V3-ndk_headers +LOCAL_HEADER_LIBRARIES += qti_kernel_headers LOCAL_STATIC_LIBRARIES += libVendorVideoApi LOCAL_STATIC_LIBRARIES += libjsoncpp @@ -156,6 +158,7 @@ include $(CLEAR_VARS) LOCAL_HEADER_LIBRARIES := libhardware_legacy_headers libbinder_headers google_hal_headers LOCAL_HEADER_LIBRARIES += libgralloc_headers +LOCAL_HEADER_LIBRARIES += qti_kernel_headers LOCAL_SHARED_LIBRARIES := liblog libcutils libutils libbinder libexynosdisplay libacryl \ android.hardware.graphics.composer@2.4 \ android.hardware.graphics.allocator@2.0 \ @@ -231,6 +234,7 @@ LOCAL_SHARED_LIBRARIES += android.hardware.graphics.composer3-V2-ndk \ LOCAL_PROPRIETARY_MODULE := true LOCAL_HEADER_LIBRARIES := libhardware_legacy_headers libbinder_headers google_hal_headers LOCAL_HEADER_LIBRARIES += libgralloc_headers +LOCAL_HEADER_LIBRARIES += qti_kernel_headers LOCAL_CFLAGS := -DHLOG_CODE=0 LOCAL_CFLAGS += -DLOG_TAG=\"hwc-2\" |