blob: 6c93d7518376125a5bfa2408a2b54480b74ab02f [file] [log] [blame]
Erwin Jansenf96db3c2018-10-25 23:28:54 -07001# This is an autogenerated file! Do not edit!
2# instead run make from .../device/generic/goldfish-opengl
3# which will re-generate this file.
4set(GOLDFISH_DEVICE_ROOT ${CMAKE_CURRENT_SOURCE_DIR})
Roman Kiryanov2c4e2ce2023-02-10 15:19:04 -08005android_validate_sha256("${GOLDFISH_DEVICE_ROOT}/./Android.mk" "08a6f473dc2359222325c2e132462a6f3fd518cf535723b835523e23af207de9")
Roman Kiryanovb488e622020-05-19 18:07:23 -07006add_subdirectory(shared/qemupipe)
7add_subdirectory(shared/gralloc_cb)
Roman Kiryanov1ef59e42020-05-11 15:50:11 -07008add_subdirectory(shared/GoldfishAddressSpace)
Gurchetan Singh5bebc612022-08-10 08:21:36 -07009add_subdirectory(platform)
Lingfeng Yanged069c52020-09-03 19:11:02 -070010add_subdirectory(android-emu)
Erwin Jansenf96db3c2018-10-25 23:28:54 -070011add_subdirectory(shared/OpenglCodecCommon)
12add_subdirectory(system/GLESv1_enc)
13add_subdirectory(system/GLESv2_enc)
14add_subdirectory(system/renderControl_enc)
Lingfeng Yang6a283672018-11-01 13:37:56 -070015add_subdirectory(system/vulkan_enc)
Erwin Jansenf96db3c2018-10-25 23:28:54 -070016add_subdirectory(system/OpenglSystemCommon)
Yahan Zhou4719ae92021-06-24 13:30:56 -070017add_subdirectory(system/profiler)
Erwin Jansenf96db3c2018-10-25 23:28:54 -070018add_subdirectory(system/GLESv1)
19add_subdirectory(system/GLESv2)
20add_subdirectory(system/gralloc)
21add_subdirectory(system/egl)
Lingfeng Yang8df47e52020-02-04 10:33:32 -080022add_subdirectory(system/vulkan)
OSZAR »