1 LOCAL_PATH := $(call my-dir) 2 3 include $(CLEAR_VARS) 4 LOCAL_MODULE := multi_path_test 5 LOCAL_SRC_FILES := test.c 6 LOCAL_STATIC_LIBRARIES := libbar libfoo 7 include $(BUILD_EXECUTABLE) 8 9 $(call import-module,bar) 10