10 lines
1.0 KiB
CMake
10 lines
1.0 KiB
CMake
# This is an autogenerated file! Do not edit!
|
|
# instead run make from .../device/generic/goldfish-opengl
|
|
# which will re-generate this file.
|
|
android_validate_sha256("${GOLDFISH_DEVICE_ROOT}/shared/gralloc_cb/Android.mk" "8d9adf5ce35036abff985952ba984a3fcefcc2156ff36facfe51ba7d7adaab9d")
|
|
set(gralloc_cb_host_src empty.cpp)
|
|
android_add_library(TARGET gralloc_cb_host LICENSE Apache-2.0 SRC empty.cpp)
|
|
target_include_directories(gralloc_cb_host PRIVATE ${GOLDFISH_DEVICE_ROOT}/shared/gralloc_cb/include ${GOLDFISH_DEVICE_ROOT}/./host/include/libOpenglRender ${GOLDFISH_DEVICE_ROOT}/./system/include ${GOLDFISH_DEVICE_ROOT}/./../../../external/qemu/android/android-emugl/guest)
|
|
target_compile_definitions(gralloc_cb_host PRIVATE "-DPLATFORM_SDK_VERSION=29" "-DGOLDFISH_HIDL_GRALLOC" "-DHOST_BUILD" "-DANDROID" "-DGL_GLEXT_PROTOTYPES" "-DPAGE_SIZE=4096" "-DGFXSTREAM")
|
|
target_compile_options(gralloc_cb_host PRIVATE "-fvisibility=default" "-Wno-unused-parameter")
|
|
target_link_libraries(gralloc_cb_host PRIVATE android-emu-shared) |