Accidentally submitted change that shouldn't have been submitted.
This reverts commit 62504e60a5.
Issue: 21723008
Issue: 21892263
Change-Id: Id6300c498f47260c7304868ea4a2fcfddcf165c9
8 lines
139 B
Makefile
8 lines
139 B
Makefile
LOCAL_PATH := $(call my-dir)
|
|
include $(CLEAR_VARS)
|
|
|
|
# encoder
|
|
include $(LOCAL_PATH)/encoder.mk
|
|
|
|
# decoder
|
|
include $(LOCAL_PATH)/decoder.mk
|