Skip to content
Snippets Groups Projects
Commit c06f2d3c authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 5540187 from 0d52ede1 to qt-release

Change-Id: If621cd778baca630366423abd0a1e6b68279654f
parents 00f9e099 0d52ede1
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ LOCAL_HEADER_LIBRARIES := libhardware_headers ...@@ -32,7 +32,7 @@ LOCAL_HEADER_LIBRARIES := libhardware_headers
LOCAL_MODULE := gralloc.goldfish.default LOCAL_MODULE := gralloc.goldfish.default
LOCAL_CFLAGS:= -DLOG_TAG=\"gralloc\" -Wno-missing-field-initializers LOCAL_CFLAGS:= -DLOG_TAG=\"gralloc\" -Wno-missing-field-initializers
LOCAL_CFLAGS:= -DPLATFORM_VERSION=$(PLATFORM_VERSION) LOCAL_CFLAGS:= -DPLATFORM_SDK_VERSION=$(PLATFORM_SDK_VERSION)
ifeq ($(TARGET_USE_PAN_DISPLAY),true) ifeq ($(TARGET_USE_PAN_DISPLAY),true)
LOCAL_CFLAGS += -DUSE_PAN_DISPLAY=1 LOCAL_CFLAGS += -DUSE_PAN_DISPLAY=1
endif endif
... ...
......
...@@ -89,7 +89,7 @@ struct private_module_t HAL_MODULE_INFO_SYM = { ...@@ -89,7 +89,7 @@ struct private_module_t HAL_MODULE_INFO_SYM = {
.unregisterBuffer = gralloc_unregister_buffer, .unregisterBuffer = gralloc_unregister_buffer,
.lock = gralloc_lock, .lock = gralloc_lock,
.unlock = gralloc_unlock, .unlock = gralloc_unlock,
#if PLATFORM_VERSION > 9 #if PLATFORM_SDK_VERSION >= 28
.validateBufferSize = NULL, .validateBufferSize = NULL,
.getTransportSize = NULL, .getTransportSize = NULL,
#endif #endif
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment