Now that we move SurfaceFlinger to use blueprint, we no longer need to write manual CMakeLists.txt for SurfaceFlinger. This patch updates the native CMakeLists.txt and removes the legacy file. Test: make Change-Id: I4097c5d3f564a47b0238bce62bb818b2835ceafc
7 lines
291 B
CMake
7 lines
291 B
CMake
cmake_minimum_required(VERSION 3.6)
|
|
project(native)
|
|
add_subdirectory(libs/gui/libgui-arm64-android)
|
|
add_subdirectory(libs/ui/libui-arm64-android)
|
|
add_subdirectory(services/surfaceflinger/libsurfaceflinger-arm64-android)
|
|
add_subdirectory(services/surfaceflinger/surfaceflinger-arm64-android)
|