Disable gnustl_static when not needed
This commit is contained in:
parent
b3777bd7c0
commit
9613276658
2 changed files with 2 additions and 3 deletions
|
@ -10,8 +10,6 @@ else
|
|||
APP_PLATFORM := android-9
|
||||
endif
|
||||
|
||||
APP_STL := gnustl_static
|
||||
|
||||
# if non-zero, works only if single ABI selected
|
||||
XASH_THREAD_NUM ?= 0
|
||||
|
||||
|
@ -41,6 +39,7 @@ APP_ABI := x86 armeabi armeabi-v7a-hard
|
|||
|
||||
APP_MODULES := xash menu client server NanoGL gpgs_support
|
||||
ifeq ($(GOOGLE_PLAY_BUILD),1)
|
||||
APP_STL := gnustl_static
|
||||
APP_MODULES += libgpg-1
|
||||
CFLAGS_OPT += -DGOOGLE_PLAY_BUILD
|
||||
endif
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit d5db3fd807075e21ea19bd99cf338fd829a1f921
|
||||
Subproject commit 4baf8e58a95255bda04ef6e03ec1d01665e80c4a
|
Loading…
Add table
Reference in a new issue