Enable _hardfp postfix on armv7 hardfp

This commit is contained in:
Alibek Omarov 2016-01-30 19:58:07 +06:00
commit 9c41d11aed

View file

@ -6,6 +6,10 @@ include $(XASH3D_CONFIG)
LOCAL_MODULE := yapb
ifeq ($(TARGET_ARCH_ABI),armeabi-v7a-hard)
LOCAL_MODULE_FILENAME = libyapb_hardfp
endif
LOCAL_CONLYFLAGS += -std=c99
LOCAL_C_INCLUDES := $(LOCAL_PATH)/../include \
$(LOCAL_PATH)/../include/engine