Alexander Afanasyev | ddaa831 | 2015-01-27 16:33:45 -0800 | [diff] [blame] | 1 | LOCAL_PATH := $(call my-dir) |
2 | |||||
3 | include $(CLEAR_VARS) | ||||
4 | LOCAL_MODULE := nfd-example | ||||
5 | LOCAL_SRC_FILES := android-logger-streambuf.cpp wrappers-example.cpp | ||||
6 | # LOCAL_SHARED_LIBRARIES := | ||||
7 | LOCAL_LDLIBS := -llog | ||||
8 | include $(BUILD_SHARED_LIBRARY) |