libhwjpeg: resolve compilation errors
[GitHub/LineageOS/android_hardware_samsung_slsi_exynos.git] / libseiren / Android.mk
1 LOCAL_PATH := $(call my-dir)
2 EXYNOS_AUDIO_MODE := $(LOCAL_PATH)
3
4 include $(CLEAR_VARS)
5
6 ifeq ($(BOARD_USE_SEIREN_AUDIO), true)
7 include $(CLEAR_VARS)
8
9 LOCAL_SRC_FILES := dec/seiren_hw.c
10
11 LOCAL_C_INCLUDES := \
12 $(LOCAL_PATH)/include
13
14 LOCAL_MODULE := libseirenhw
15
16 LOCAL_MODULE_TAGS := optional
17
18 LOCAL_ARM_MODE := arm
19
20 LOCAL_STATIC_LIBRARIES :=
21
22 LOCAL_SHARED_LIBRARIES :=
23
24 include $(BUILD_STATIC_LIBRARY)
25 endif