Initial Android target definition for lito.
Initial Android target definition for lito.
Change-Id: I3ec264577ecef549bb7c3c355cea40b68161bed7
diff --git a/hal/msm8974/platform.c b/hal/msm8974/platform.c
index a609de1..442ed0b 100644
--- a/hal/msm8974/platform.c
+++ b/hal/msm8974/platform.c
@@ -87,7 +87,8 @@
#if defined (PLATFORM_MSM8998) || (PLATFORM_SDM845) || (PLATFORM_SDM710) || \
defined (PLATFORM_QCS605) || defined (PLATFORM_MSMNILE) || \
defined (PLATFORM_KONA) || defined (PLATFORM_MSMSTEPPE) || \
- defined (PLATFORM_QCS405) || defined (PLATFORM_TRINKET)
+ defined (PLATFORM_QCS405) || defined (PLATFORM_TRINKET) || \
+ defined (PLATFORM_LITO)
#include <sound/devdep_params.h>
#endif
@@ -9324,7 +9325,8 @@
#if defined (PLATFORM_MSM8998) || (PLATFORM_SDM845) || (PLATFORM_SDM710) || \
defined (PLATFORM_QCS605) || defined (PLATFORM_MSMNILE) || \
defined (PLATFORM_KONA) || defined (PLATFORM_MSMSTEPPE) || \
- defined (PLATFORM_QCS405) || defined (PLATFORM_TRINKET)
+ defined (PLATFORM_QCS405) || defined (PLATFORM_TRINKET) || \
+ defined (PLATFORM_LITO)
int platform_get_mmap_data_fd(void *platform, int fe_dev, int dir, int *fd,
uint32_t *size)
{