Merge pull request #1399 from Azimer/patch-1
Add Random.cpp to Common.mk for android
This commit is contained in:
commit
00e34df4b5
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue