Git init
[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 LOCAL_ARM_MODE := arm
13
14 LOCAL_STATIC_LIBRARIES := 
15
16 LOCAL_SHARED_LIBRARIES := 
17
18 LOCAL_C_INCLUDES := \
19         $(PV_TOP)/codecs_v2/audio/gsm_amr/common/dec/build/make \
20         $(PV_TOP)/codecs_v2/audio/gsm_amr/common/dec/include \
21         $(PV_INCLUDES)
22
23 LOCAL_COPY_HEADERS_TO := $(PV_COPY_HEADERS_TO)
24
25 LOCAL_COPY_HEADERS := \
26         include/pvgsmamrdecoderinterface.h
27
28 include $(BUILD_COPY_HEADERS)