commit | 23580ca27a0a8109312fdd36cc363ad1f4719889 | [log] [tgz] |
---|---|---|
author | The Android Open Source Project <initial-contribution@android.com> | Tue Oct 21 07:00:00 2008 -0700 |
committer | The Android Open Source Project <initial-contribution@android.com> | Tue Oct 21 07:00:00 2008 -0700 |
tree | 0bb90eaa72f8df110162499f756b5cbfb7d49235 |
Initial Contribution
diff --git a/minui/Android.mk b/minui/Android.mk new file mode 100644 index 0000000..91dd939 --- /dev/null +++ b/minui/Android.mk
@@ -0,0 +1,12 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) + +LOCAL_SRC_FILES := graphics.c events.c resources.c + +LOCAL_C_INCLUDES +=\ + external/libpng\ + external/zlib + +LOCAL_MODULE := libminui + +include $(BUILD_STATIC_LIBRARY)