Skip to content

Commit

Permalink
[jni] Added dependency on atomic library...
Browse files Browse the repository at this point in the history
  • Loading branch information
mta452 committed Jul 30, 2017
1 parent a164efd commit df95720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tehreer-android/src/main/jni/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ FILE_LIST := \
Tehreer.cpp \
Typeface.cpp

LOCAL_LDLIBS := -landroid -ljnigraphics -llog
LOCAL_LDLIBS := -latomic -landroid -ljnigraphics -llog
LOCAL_STATIC_LIBRARIES := freetype sheenbidi sheenfigure
LOCAL_SRC_FILES := $(FILE_LIST:%=$(LOCAL_PATH)/%)

Expand Down

0 comments on commit df95720

Please sign in to comment.