Small fix for Android Classpath on MacOS

This commit is contained in:
Ilya Mizus 2014-09-01 00:53:09 +04:00
parent 58cbf5face
commit f2493650d5

View File

@ -240,6 +240,9 @@ ifneq ($(android),)
-DSTATIC_LIB \
-g3 \
-Werror
ifeq ($(platform),macosx)
android-cflags += -Doff64_t=off_t -Dlseek64=lseek
endif
luni-cpps := $(shell find $(luni-native) -name '*.cpp')