Mercurial > MadButterfly
diff Android/examples/native_test/Android.mk @ 518:3a7bce43ec6e Android_Skia
Android native code with MB
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Tue, 01 Dec 2009 22:55:27 +0800 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Android/examples/native_test/Android.mk Tue Dec 01 22:55:27 2009 +0800 @@ -0,0 +1,12 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) + +LOCAL_MODULE := native_test +LOCAL_STATIC_LIBRARIES := libmbfly +LOCAL_SHARED_LIBRARIES := libsgl +LOCAL_C_INCLUDES += $(call include-path-for,corecg) \ + $(TARGET_OUT_HEADERS)/libmbfly +LOCAL_SRC_FILES := native_test.cpp + +include $(BUILD_EXECUTABLE) +