blob: b4c781f9f4205c4d0d5cc588e57022062a1710f8 [file] [log] [blame]
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := libfoo
LOCAL_SRC_FILES := foo.c
# LOCAL_LDLIBS are always ignored for static libraries.
# This should generate a warning when ndk-build is run!
LOCAL_LDLIBS := -llog
include $(BUILD_STATIC_LIBRARY)