comparison 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
comparison
equal deleted inserted replaced
517:82c1ea2ba929 518:3a7bce43ec6e
1 LOCAL_PATH := $(call my-dir)
2 include $(CLEAR_VARS)
3
4 LOCAL_MODULE := native_test
5 LOCAL_STATIC_LIBRARIES := libmbfly
6 LOCAL_SHARED_LIBRARIES := libsgl
7 LOCAL_C_INCLUDES += $(call include-path-for,corecg) \
8 $(TARGET_OUT_HEADERS)/libmbfly
9 LOCAL_SRC_FILES := native_test.cpp
10
11 include $(BUILD_EXECUTABLE)
12