From d07165109c55eaf38ba9f97a6fcb4b10fcc69e35 Mon Sep 17 00:00:00 2001 From: minggo Date: Sat, 7 Nov 2020 17:10:29 +0800 Subject: [PATCH] Do not compile native_app_glue.c --- android/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/android/CMakeLists.txt b/android/CMakeLists.txt index 0062e974..e63156cb 100644 --- a/android/CMakeLists.txt +++ b/android/CMakeLists.txt @@ -48,7 +48,6 @@ set_target_properties(z PROPERTIES add_library(android_platform STATIC ${CMAKE_ANDROID_NDK}/sources/android/cpufeatures/cpu-features.c - ${CMAKE_ANDROID_NDK}/sources/android/native_app_glue/android_native_app_glue.c ) target_include_directories(android_platform PUBLIC ${CMAKE_ANDROID_NDK}/sources/android/cpufeatures