summaryrefslogtreecommitdiff
path: root/audio/Android.mk
blob: c6bbc6b589734f7cff069d7b6ecd13908fec07bd (plain)
1
2
3
4
5
6
7
8
9
10
11
ifneq ($(filter tegra132,$(TARGET_BOARD_PLATFORM)),)
ifneq ($(filter flounder flounder64 flounder_lte,$(TARGET_DEVICE)),)

MY_LOCAL_PATH := $(call my-dir)

include $(MY_LOCAL_PATH)/hal/Android.mk
include $(MY_LOCAL_PATH)/soundtrigger/Android.mk
#include $(MY_LOCAL_PATH)/visualizer/Android.mk

endif
endif