Skip to content
Snippets Groups Projects
Commit 6d374560 authored by Emeric Vigier's avatar Emeric Vigier
Browse files

#14170: should prevent linking error when -jX is used

parent abbce35a
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ LOCAL_CFLAGS+=-DDBUS_SESSION_CONFIG_FILE=\"/system/etc/session.conf\"
# is also ignored in dbus-1.4.6.
LOCAL_CFLAGS+=-Wno-address
LOCAL_LDFLAGS += -L$(LOCAL_PATH)/../../../libs/armeabi -lexpat
LOCAL_LDFLAGS += -L$(APP_PROJECT_PATH)/obj/local/armeabi -lexpat
LOCAL_SRC_FILES:= \
activation.c \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment