Fixed the following bugs Issue 21145276 Issue 21144884 Issue 21181133 Issue 21181134 Decoder now returns error if the level in stream is higher than level at init Change-Id: I8892c62bd98f7854d046510330c05a1e9ca826b2
9 lines
140 B
Makefile
9 lines
140 B
Makefile
LOCAL_PATH := $(call my-dir)
|
|
include $(CLEAR_VARS)
|
|
|
|
# encoder
|
|
include $(LOCAL_PATH)/encoder.mk
|
|
|
|
# decoder
|
|
include $(LOCAL_PATH)/decoder.mk
|
|
|