summaryrefslogtreecommitdiff
path: root/runtimes/nn/depend/libcutils/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'runtimes/nn/depend/libcutils/CMakeLists.txt')
-rw-r--r--runtimes/nn/depend/libcutils/CMakeLists.txt22
1 files changed, 0 insertions, 22 deletions
diff --git a/runtimes/nn/depend/libcutils/CMakeLists.txt b/runtimes/nn/depend/libcutils/CMakeLists.txt
deleted file mode 100644
index 153271f31..000000000
--- a/runtimes/nn/depend/libcutils/CMakeLists.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-
-SET(CUR_INCS
- ${CMAKE_CURRENT_SOURCE_DIR}/include
-)
-
-
-SET(INC_DIRS
- ${INC_DIRS}
- ${CUR_INCS}
- PARENT_SCOPE
-)
-
-SET(CUR_SRCS
- ${CMAKE_CURRENT_SOURCE_DIR}/ashmem-host.c
- ${CMAKE_CURRENT_SOURCE_DIR}/native_handle.c
-)
-
-SET(SRCS
- ${SRCS}
- ${CUR_SRCS}
- PARENT_SCOPE
-)