mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-24 11:20:53 +00:00
Strip the Android shared library file.
This cuts down the shared library size from ~11MB to ~5.5MB
This commit is contained in:
parent
15226b3dbb
commit
c399eefdaa
2 changed files with 32 additions and 29 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue