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