diff options
author | Jose Luis Marti <joseluis.marti@gmail.com> | 2022-11-03 00:05:10 +0100 |
---|---|---|
committer | Jose Luis Marti <joseluis.marti@gmail.com> | 2022-11-03 00:05:10 +0100 |
commit | 1e051007e44d410cb35b40b184f302806b750071 (patch) | |
tree | 1eeecd0bf8139d6505351443ad272b99465324f2 /cmake/scripts | |
parent | 828e374f8a53b4be604f5f2f3412dfdcaf68d781 (diff) |
[Android] remove google breakpad script
Diffstat (limited to 'cmake/scripts')
-rw-r--r-- | cmake/scripts/android/Install.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/scripts/android/Install.cmake b/cmake/scripts/android/Install.cmake index 368b19f246..968ecdd9aa 100644 --- a/cmake/scripts/android/Install.cmake +++ b/cmake/scripts/android/Install.cmake @@ -11,8 +11,6 @@ configure_file(${CMAKE_SOURCE_DIR}/tools/android/packaging/Makefile.in ${CMAKE_BINARY_DIR}/tools/android/packaging/Makefile @ONLY) configure_file(${CMAKE_SOURCE_DIR}/tools/android/packaging/gradle.properties ${CMAKE_BINARY_DIR}/tools/android/packaging/gradle.properties COPYONLY) -configure_file(${CMAKE_SOURCE_DIR}/tools/android/packaging/make_symbols.sh - ${CMAKE_BINARY_DIR}/tools/android/packaging/make_symbols.sh COPYONLY) configure_file(${CMAKE_SOURCE_DIR}/tools/android/packaging/build.gradle ${CMAKE_BINARY_DIR}/tools/android/packaging/build.gradle COPYONLY) configure_file(${CMAKE_SOURCE_DIR}/tools/android/packaging/gradlew |