Add CMakeLists for graphics VTS
Test: N/A Change-Id: I1d3f9c7dce564c23bc56c26f0c51c575f0e45d42
This commit is contained in:
7
ide/clion/hardware/interfaces/graphics/CMakeLists.txt
Normal file
7
ide/clion/hardware/interfaces/graphics/CMakeLists.txt
Normal 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)
|
||||
Reference in New Issue
Block a user