diff options
| author | Erwin Jansen <jansene@google.com> | 2020-01-28 17:44:39 -0800 |
|---|---|---|
| committer | Erwin Jansen <jansene@google.com> | 2020-02-05 19:55:43 +0000 |
| commit | 253edda368ae9ba638e29827dc103d3e441ab2e3 (patch) | |
| tree | cc9fceb259354196aa4a5ad82bacddbee3e17b42 /system/OpenglSystemCommon | |
| parent | 10382025fb8111ad0c7f90deb7fc8fc18c21b12c (diff) | |
| download | device_generic_goldfish-opengl-253edda368ae9ba638e29827dc103d3e441ab2e3.tar.gz device_generic_goldfish-opengl-253edda368ae9ba638e29827dc103d3e441ab2e3.tar.bz2 device_generic_goldfish-opengl-253edda368ae9ba638e29827dc103d3e441ab2e3.zip | |
Update build system to include license
The emulator build system now requires every library to declare its
licenses.
This updates the transformer to include the proper licenses, and
a regeneration of the CMake build files.
Bug: b/148156997
Change-Id: I98f1e01b828f3b936c8e57ca4bbcf5e704e1f36b
Diffstat (limited to 'system/OpenglSystemCommon')
| -rw-r--r-- | system/OpenglSystemCommon/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/OpenglSystemCommon/CMakeLists.txt b/system/OpenglSystemCommon/CMakeLists.txt index 9fd73066..7feb9031 100644 --- a/system/OpenglSystemCommon/CMakeLists.txt +++ b/system/OpenglSystemCommon/CMakeLists.txt @@ -3,7 +3,7 @@ # which will re-generate this file. android_validate_sha256("${GOLDFISH_DEVICE_ROOT}/system/OpenglSystemCommon/Android.mk" "6fedb15afaabb2c4e6cd24123f711639d6574b47356b2fa626a668bb497b8977") set(OpenglSystemCommon_src FormatConversions.cpp HostConnection.cpp QemuPipeStream.cpp ProcessPipe.cpp AddressSpaceStream.cpp ThreadInfo_host.cpp) -android_add_shared_library(OpenglSystemCommon) +android_add_library(TARGET OpenglSystemCommon SHARED LICENSE Apache-2.0 SRC FormatConversions.cpp HostConnection.cpp QemuPipeStream.cpp ProcessPipe.cpp AddressSpaceStream.cpp ThreadInfo_host.cpp) target_include_directories(OpenglSystemCommon PRIVATE ${GOLDFISH_DEVICE_ROOT}/system/OpenglSystemCommon ${GOLDFISH_DEVICE_ROOT}/bionic/libc/platform ${GOLDFISH_DEVICE_ROOT}/bionic/libc/private ${GOLDFISH_DEVICE_ROOT}/system/OpenglSystemCommon/bionic-include ${GOLDFISH_DEVICE_ROOT}/system/vulkan_enc ${GOLDFISH_DEVICE_ROOT}/android-emu ${GOLDFISH_DEVICE_ROOT}/system/renderControl_enc ${GOLDFISH_DEVICE_ROOT}/system/GLESv2_enc ${GOLDFISH_DEVICE_ROOT}/system/GLESv1_enc ${GOLDFISH_DEVICE_ROOT}/shared/OpenglCodecCommon ${GOLDFISH_DEVICE_ROOT}/./host/include/libOpenglRender ${GOLDFISH_DEVICE_ROOT}/./system/include ${GOLDFISH_DEVICE_ROOT}/./../../../external/qemu/android/android-emugl/guest) target_compile_definitions(OpenglSystemCommon PRIVATE "-DWITH_GLES2" "-DPLATFORM_SDK_VERSION=29" "-DGOLDFISH_HIDL_GRALLOC" "-DEMULATOR_OPENGL_POST_O=1" "-DHOST_BUILD" "-DANDROID" "-DGL_GLEXT_PROTOTYPES" "-DPAGE_SIZE=4096" "-DGOLDFISH_VULKAN") target_compile_options(OpenglSystemCommon PRIVATE "-fvisibility=default" "-Wno-unused-parameter" "-Wno-unused-variable") |
