Skip to content
Snippets Groups Projects
Commit acdb81bd authored by Lubin Yin's avatar Lubin Yin
Browse files

libaac: Move libaac code to commonsys-intf

Move libaac code to commonsys-intf

Change-Id: I1cf375904d6ba1670c1ffffa5cd46e3b862ce670
parent 36e686a1
No related branches found
No related tags found
No related merge requests found
......@@ -16,3 +16,25 @@ LOCAL_32_BIT_ONLY := true
LOCAL_MODULE := libwfdaac
include $(BUILD_SHARED_LIBRARY)
include $(CLEAR_VARS)
LOCAL_SRC_FILES := aacEncode.cpp
LOCAL_SRC_FILES += aacDecode.cpp
LOCAL_C_INCLUDES := $(LOCAL_PATH)
LOCAL_C_INCLUDES += $(TOP)/external/aac/libAACenc/include
LOCAL_C_INCLUDES += $(TOP)/external/aac/libAACdec/include
LOCAL_C_INCLUDES += $(TOP)/external/aac/libSYS/include
LOCAL_HEADER_LIBRARIES += libutils_headers
LOCAL_SHARED_LIBRARIES := liblog
LOCAL_STATIC_LIBRARIES := libFraunhoferAAC
LOCAL_PROPRIETARY_MODULE := true
LOCAL_32_BIT_ONLY := true
LOCAL_MODULE := libwfdaac_proprietary
include $(BUILD_SHARED_LIBRARY)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment