summaryrefslogtreecommitdiff
path: root/Source/Android
diff options
context:
space:
mode:
authorJordan Woyak <jordan.woyak@gmail.com>2025-11-16 11:14:06 -0600
committerGitHub <noreply@github.com>2025-11-16 11:14:06 -0600
commit991ba0e09fc73e66de1eace18898af4ab0e85b66 (patch)
tree802f61048b1de73089f95e1c23d71dc50f931174 /Source/Android
parent91c3a58889ee4b45606400ca961e6112778ccb95 (diff)
parent41ab5c0ead382844964e107ceb0c8c89dae5d678 (diff)
Merge pull request #14124 from JosJuice/android-dont-delete-resources
Android: Ship Sys/Resources/
Diffstat (limited to 'Source/Android')
-rw-r--r--Source/Android/jni/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Android/jni/CMakeLists.txt b/Source/Android/jni/CMakeLists.txt
index be200affa9..c6d542bf08 100644
--- a/Source/Android/jni/CMakeLists.txt
+++ b/Source/Android/jni/CMakeLists.txt
@@ -66,7 +66,6 @@ file(REMOVE_RECURSE ${CMAKE_SOURCE_DIR}/Source/Android/app/src/main/assets/Sys/)
file(COPY ${CMAKE_SOURCE_DIR}/Data/Sys DESTINATION ${CMAKE_SOURCE_DIR}/Source/Android/app/src/main/assets/)
# Delete folders that aren't used by the Android version of Dolphin
-file(REMOVE_RECURSE ${CMAKE_SOURCE_DIR}/Source/Android/app/src/main/assets/Sys/Resources/)
file(REMOVE_RECURSE ${CMAKE_SOURCE_DIR}/Source/Android/app/src/main/assets/Sys/Themes/)
set(CPACK_PACKAGE_EXECUTABLES ${CPACK_PACKAGE_EXECUTABLES} main)