From 96e36b70adc4f1534c99d0986f4c79c4a8907012 Mon Sep 17 00:00:00 2001 From: John Reck Date: Wed, 30 Mar 2022 13:15:43 -0400 Subject: [PATCH] Add CMakeLists for graphics VTS Test: N/A Change-Id: I1d3f9c7dce564c23bc56c26f0c51c575f0e45d42 --- ide/clion/hardware/interfaces/graphics/CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ide/clion/hardware/interfaces/graphics/CMakeLists.txt diff --git a/ide/clion/hardware/interfaces/graphics/CMakeLists.txt b/ide/clion/hardware/interfaces/graphics/CMakeLists.txt new file mode 100644 index 000000000..2e42a7b90 --- /dev/null +++ b/ide/clion/hardware/interfaces/graphics/CMakeLists.txt @@ -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) \ No newline at end of file