From ddcc36679e6030585aa31687778cc3c9d985a29c Mon Sep 17 00:00:00 2001 From: Tellen Yu Date: Fri, 19 May 2017 10:23:34 +0000 Subject: bringup o-pdk Change-Id: I784089a9c7ed4d661cb30884f0374da8b85806cf --- diff --git a/audio_hw.c b/audio_hw.c index 4a076f8..ccad317 100644 --- a/audio_hw.c +++ b/audio_hw.c @@ -39,6 +39,11 @@ #include #include #include + +#if ANDROID_PLATFORM_SDK_VERSION >= 25 //8.0 +#include +#endif + #include #include #include -- cgit