Home | History | Annotate | Download | only in dec
      1 LOCAL_PATH:= $(call my-dir)
      2 include $(CLEAR_VARS)
      3 
      4 LOCAL_SRC_FILES := \
      5     G711Decoder.cpp
      6 
      7 LOCAL_C_INCLUDES := \
      8         frameworks/base/media/libstagefright/include \
      9 
     10 LOCAL_MODULE := libstagefright_g711dec
     11 
     12 include $(BUILD_STATIC_LIBRARY)
     13