1LOCAL_PATH := $(call my-dir)
2include $(CLEAR_VARS)
3
4# encoder
5include $(LOCAL_PATH)/encoder.mk
6
7# decoder
8include $(LOCAL_PATH)/decoder.mk
9