display: VNDK header fixes
Change-Id: Id7604ac803e49940aa2b49e106b414b4be1a25ad
This commit is contained in:
@@ -28,6 +28,8 @@ cc_library_headers {
|
|||||||
"sdm/include",
|
"sdm/include",
|
||||||
"gralloc",
|
"gralloc",
|
||||||
],
|
],
|
||||||
|
header_libs: ["libhardware_headers"],
|
||||||
|
export_header_lib_headers: ["libhardware_headers"],
|
||||||
}
|
}
|
||||||
|
|
||||||
subdirs = [
|
subdirs = [
|
||||||
|
|||||||
@@ -23,6 +23,7 @@ LOCAL_C_INCLUDES += $(TARGET_OUT_HEADERS)/qdcm/inc
|
|||||||
LOCAL_SRC_FILES := lights.c lights_prv.cpp
|
LOCAL_SRC_FILES := lights.c lights_prv.cpp
|
||||||
LOCAL_MODULE_RELATIVE_PATH := hw
|
LOCAL_MODULE_RELATIVE_PATH := hw
|
||||||
LOCAL_SHARED_LIBRARIES := liblog libcutils libsdm-disp-vndapis
|
LOCAL_SHARED_LIBRARIES := liblog libcutils libsdm-disp-vndapis
|
||||||
|
LOCAL_HEADER_LIBRARIES := libhardware_headers
|
||||||
LOCAL_CFLAGS := -DLOG_TAG=\"qdlights\"
|
LOCAL_CFLAGS := -DLOG_TAG=\"qdlights\"
|
||||||
ifeq ($(LLVM_SA), true)
|
ifeq ($(LLVM_SA), true)
|
||||||
LOCAL_CFLAGS += --compile-and-analyze --analyzer-perf --analyzer-Werror
|
LOCAL_CFLAGS += --compile-and-analyze --analyzer-perf --analyzer-Werror
|
||||||
|
|||||||
@@ -24,6 +24,7 @@ LOCAL_C_INCLUDES += hardware/libhardware/include
|
|||||||
LOCAL_CFLAGS := -Wconversion -Wall -Werror -Wno-sign-conversion
|
LOCAL_CFLAGS := -Wconversion -Wall -Werror -Wno-sign-conversion
|
||||||
LOCAL_CLANG := true
|
LOCAL_CLANG := true
|
||||||
LOCAL_SHARED_LIBRARIES := liblog
|
LOCAL_SHARED_LIBRARIES := liblog
|
||||||
|
LOCAL_HEADER_LIBRARIES := libhardware_headers
|
||||||
LOCAL_SRC_FILES := memtrack_msm.c kgsl.c
|
LOCAL_SRC_FILES := memtrack_msm.c kgsl.c
|
||||||
LOCAL_MODULE := memtrack.$(TARGET_BOARD_PLATFORM)
|
LOCAL_MODULE := memtrack.$(TARGET_BOARD_PLATFORM)
|
||||||
include $(BUILD_SHARED_LIBRARY)
|
include $(BUILD_SHARED_LIBRARY)
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ cc_library_shared {
|
|||||||
name: "libqdutils",
|
name: "libqdutils",
|
||||||
vendor: true,
|
vendor: true,
|
||||||
defaults: ["display_defaults"],
|
defaults: ["display_defaults"],
|
||||||
|
header_libs: ["libhardware_headers"],
|
||||||
shared_libs: [
|
shared_libs: [
|
||||||
"libbinder",
|
"libbinder",
|
||||||
"libqservice",
|
"libqservice",
|
||||||
|
|||||||
@@ -25,8 +25,8 @@
|
|||||||
#include <binder/IBinder.h>
|
#include <binder/IBinder.h>
|
||||||
#include <binder/IInterface.h>
|
#include <binder/IInterface.h>
|
||||||
#include <binder/IPCThreadState.h>
|
#include <binder/IPCThreadState.h>
|
||||||
|
#include <cutils/android_filesystem_config.h>
|
||||||
#include <utils/Errors.h>
|
#include <utils/Errors.h>
|
||||||
#include <private/android_filesystem_config.h>
|
|
||||||
#include <IQService.h>
|
#include <IQService.h>
|
||||||
|
|
||||||
#define QSERVICE_DEBUG 0
|
#define QSERVICE_DEBUG 0
|
||||||
|
|||||||
Reference in New Issue
Block a user