9 lines
221 B
Makefile
9 lines
221 B
Makefile
LOCAL_PATH := $(call my-dir)
|
|
|
|
include $(CLEAR_VARS)
|
|
LOCAL_MODULE := test_unwind_struct
|
|
LOCAL_SRC_FILES := main.c
|
|
LOCAL_STATIC_LIBRARIES := stlport_static
|
|
include $(BUILD_EXECUTABLE)
|
|
|
|
$(call import-module,cxx-stl/stlport)
|