You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hardware_samsung/exynos/multimedia/codecs/audio/exynos4/srp/libsa_jni/Android.mk

14 lines
274 B

LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_PRELINK_MODULE := false
LOCAL_MODULE := libsa_jni
LOCAL_SRC_FILES := SACtrl.c
LOCAL_SHARED_LIBRARIES := libcutils
LOCAL_STATIC_LIBRARIES := libsrpapi
include $(BUILD_SHARED_LIBRARY)