Merge pull request #1399 from Azimer/patch-1

Add Random.cpp to Common.mk for android
This commit is contained in:
zilmar 2017-10-18 17:09:36 +11:00 committed by GitHub
commit 00e34df4b5
1 changed files with 2 additions and 1 deletions

View File

@ -21,6 +21,7 @@ LOCAL_SRC_FILES := \
$(SRCDIR)/MemoryManagement.cpp \
$(SRCDIR)/path.cpp \
$(SRCDIR)/Platform.cpp \
$(SRCDIR)/Random.cpp \
$(SRCDIR)/StdString.cpp \
$(SRCDIR)/SyncEvent.cpp \
$(SRCDIR)/Thread.cpp \
@ -30,4 +31,4 @@ LOCAL_SRC_FILES := \
LOCAL_CFLAGS := $(COMMON_CFLAGS)
LOCAL_CPPFLAGS := $(COMMON_CPPFLAGS)
include $(BUILD_STATIC_LIBRARY)
include $(BUILD_STATIC_LIBRARY)