mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-26 07:39:45 -06:00
Strip the Android shared library file.
This cuts down the shared library size from ~11MB to ~5.5MB
This commit is contained in:
@ -47,7 +47,9 @@ macro(add_dolphin_library lib srcs libs)
|
||||
endmacro(add_dolphin_library)
|
||||
|
||||
add_subdirectory(Core)
|
||||
add_subdirectory(Android/jni)
|
||||
if (ANDROID)
|
||||
add_subdirectory(Android/jni)
|
||||
endif()
|
||||
add_subdirectory(UnitTests)
|
||||
|
||||
if (DSPTOOL)
|
||||
|
Reference in New Issue
Block a user