Skip to content

Commit

Permalink
Add Random.cpp to Common.mk for android
Browse files Browse the repository at this point in the history
  • Loading branch information
Azimer committed Oct 18, 2017
1 parent 3b1406a commit 74cf990
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Android/jni/Common/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -30,4 +31,4 @@ LOCAL_SRC_FILES := \
LOCAL_CFLAGS := $(COMMON_CFLAGS)
LOCAL_CPPFLAGS := $(COMMON_CPPFLAGS)

include $(BUILD_STATIC_LIBRARY)
include $(BUILD_STATIC_LIBRARY)

0 comments on commit 74cf990

Please sign in to comment.