Initialize Tizen 2.3
[external/opencore-amr.git] / opencore / codecs_v2 / audio / gsm_amr / common / dec / Android.mk
1 LOCAL_PATH := $(call my-dir)
2 include $(CLEAR_VARS)
3
4 LOCAL_SRC_FILES := \
5         
6
7
8
9
10 LOCAL_CFLAGS :=   $(PV_CFLAGS)
11
12
13 LOCAL_STATIC_LIBRARIES := 
14
15 LOCAL_SHARED_LIBRARIES := 
16
17 LOCAL_C_INCLUDES := \
18         $(PV_TOP)/codecs_v2/audio/gsm_amr/common/dec/build/make \
19         $(PV_TOP)/codecs_v2/audio/gsm_amr/common/dec/include \
20         $(PV_INCLUDES)
21
22 LOCAL_COPY_HEADERS_TO := $(PV_COPY_HEADERS_TO)
23
24 LOCAL_COPY_HEADERS := \
25         include/pvgsmamrdecoderinterface.h
26
27 include $(BUILD_COPY_HEADERS)