blob: 67d22e01130f16c3639f71ace76bc4975120ba38 [file] [log] [blame]
Alexander Afanasyevddaa8312015-01-27 16:33:45 -08001LOCAL_PATH := $(call my-dir)
2
3include $(CLEAR_VARS)
4LOCAL_MODULE := nfd-example
5LOCAL_SRC_FILES := android-logger-streambuf.cpp wrappers-example.cpp
6# LOCAL_SHARED_LIBRARIES :=
7LOCAL_LDLIBS := -llog
8include $(BUILD_SHARED_LIBRARY)