blob: 7028b95e9e04e4d3d711942c07ff024f5a9ea8e3 [file] [log] [blame]
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := test_static_imports
LOCAL_SRC_FILES := main.c
LOCAL_STATIC_LIBRARIES := libfoo
include $(BUILD_SHARED_LIBRARY)
$(call import-module,foo)