X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=jni%2FAndroid.mk;h=bf81476cdd5a2ea2df51c6a01bec38bf18cd6e51;hb=cbf31d2c254c956a0b497e3021610ce3a5ff0748;hp=60d6f7de12a60d5930dd57545f042cb68b5b7eff;hpb=4346a841ff9ea69713d65ce95963f6d3ef3b15dc;p=picodrive.git diff --git a/jni/Android.mk b/jni/Android.mk index 60d6f7d..bf81476 100644 --- a/jni/Android.mk +++ b/jni/Android.mk @@ -2,6 +2,11 @@ LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) +GIT_VERSION := " $(shell git rev-parse --short HEAD || echo unknown)" +ifneq ($(GIT_VERSION)," unknown") + LOCAL_CFLAGS += -DGIT_VERSION=\"$(GIT_VERSION)\" +endif + #fix stupid change in ndk r11 that breaks compiling even when the exe would run fine LOCAL_DISABLE_FATAL_LINKER_WARNINGS := true @@ -51,6 +56,9 @@ else use_sh2mame = 1 endif +# PD is currently not strict aliasing safe +LOCAL_CFLAGS += -fno-strict-aliasing + # sources SRCS_COMMON := DEFINES :=