OSDN Git Service

Initial Contribution
[android-x86/external-bluetooth-bluez.git] / utils / eglib / Android.mk
1 LOCAL_PATH:= $(call my-dir)
2 include $(CLEAR_VARS)
3
4 LOCAL_SRC_FILES:= \
5         gmain.c \
6         gmodule.c
7
8 LOCAL_C_INCLUDES:= \
9         $(LOCAL_PATH)
10
11 LOCAL_MODULE:=libeglib_static
12
13 LOCAL_CFLAGS+=-O3
14
15 include $(BUILD_STATIC_LIBRARY)