Add CMakeLists for graphics VTS

Test: N/A
Change-Id: I1d3f9c7dce564c23bc56c26f0c51c575f0e45d42
This commit is contained in:
John Reck
2022-03-30 13:15:43 -04:00
parent 0b4a922fdb
commit 96e36b70ad

View File

@@ -0,0 +1,7 @@
cmake_minimum_required(VERSION 3.6)
project(hardware_graphics)
add_subdirectory(allocator/aidl/vts/VtsHalGraphicsAllocatorAidl_TargetTest-arm64-android)
add_subdirectory(allocator/aidl/android.hardware.graphics.allocator-V1-ndk-arm64-android)
add_subdirectory(composer/aidl/android.hardware.graphics.composer3-V1-ndk-arm64-android)
add_subdirectory(composer/aidl/vts/VtsHalGraphicsComposer3_TargetTest-arm64-android)
add_subdirectory(common/aidl/android.hardware.graphics.common-V3-ndk-arm64-android)