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

Snap for 5537346 from d4fa2de8 to qt-release

Change-Id: Iedfc014e298e5e648dd923e66133aea10069eafe
parents da4f3d1e d4fa2de8
No related branches found
No related tags found
No related merge requests found
...@@ -73,6 +73,7 @@ ifeq (true,$(BUILD_EMULATOR_OPENGL)) # Guest build ...@@ -73,6 +73,7 @@ ifeq (true,$(BUILD_EMULATOR_OPENGL)) # Guest build
GOLDFISH_OPENGL_SHOULD_BUILD := true GOLDFISH_OPENGL_SHOULD_BUILD := true
EMUGL_COMMON_CFLAGS += -DPLATFORM_SDK_VERSION=$(PLATFORM_SDK_VERSION) EMUGL_COMMON_CFLAGS += -DPLATFORM_SDK_VERSION=$(PLATFORM_SDK_VERSION)
EMUGL_COMMON_CFLAGS += -DPLATFORM_VERSION=$(PLATFORM_VERSION)
ifeq (O, $(PLATFORM_VERSION_CODENAME)) ifeq (O, $(PLATFORM_VERSION_CODENAME))
EMUGL_COMMON_CFLAGS += -DGOLDFISH_HIDL_GRALLOC EMUGL_COMMON_CFLAGS += -DGOLDFISH_HIDL_GRALLOC
......
...@@ -1542,6 +1542,10 @@ struct private_module_t HAL_MODULE_INFO_SYM = { ...@@ -1542,6 +1542,10 @@ struct private_module_t HAL_MODULE_INFO_SYM = {
lock: gralloc_lock, lock: gralloc_lock,
unlock: gralloc_unlock, unlock: gralloc_unlock,
perform: NULL, perform: NULL,
#if PLATFORM_VERSION > 9 // In Q, we want to specify these, but SDK version is not 29 yet.
validateBufferSize: NULL,
getTransportSize: NULL,
#endif // PLATFORM_VERSION > 9
#if PLATFORM_SDK_VERSION >= 18 #if PLATFORM_SDK_VERSION >= 18
lock_ycbcr: gralloc_lock_ycbcr, lock_ycbcr: gralloc_lock_ycbcr,
#endif // PLATFORM_SDK_VERSION >= 18 #endif // PLATFORM_SDK_VERSION >= 18
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment