Skip to content

Commit

Permalink
Revert path change - build from top level
Browse files Browse the repository at this point in the history
  • Loading branch information
jduck committed Aug 18, 2013
1 parent 0193b1b commit aed02e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jni/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ LOCAL_SRC_FILES:= \
setpropex.c system_properties.c
LOCAL_MODULE := setpropex
LOCAL_CFLAGS += -std=c99 -I jni/inc
LOCAL_LDLIBS := -llog ../libcutils.so ../libc.so
LOCAL_LDLIBS := -llog libcutils.so libc.so
include $(BUILD_EXECUTABLE)

0 comments on commit aed02e0

Please sign in to comment.