| LOCAL_PATH:= $(call my-dir) | |
| # LoudnessEnhancer library | |
| include $(CLEAR_VARS) | |
| LOCAL_VENDOR_MODULE := true | |
| LOCAL_SRC_FILES:= \ | |
| EffectLoudnessEnhancer.cpp \ | |
| dsp/core/dynamic_range_compression.cpp | |
| LOCAL_CFLAGS+= -O2 -fvisibility=hidden | |
| LOCAL_CFLAGS += -Wall -Werror | |
| LOCAL_SHARED_LIBRARIES := \ | |
| libcutils \ | |
| liblog \ | |
| LOCAL_MODULE_RELATIVE_PATH := soundfx | |
| LOCAL_MODULE:= libldnhncr | |
| LOCAL_HEADER_LIBRARIES := \ | |
| libaudioeffects | |
| include $(BUILD_SHARED_LIBRARY) |