From f4b3397af2d48d3dc2db277e256ebe78c4e8559d Mon Sep 17 00:00:00 2001 From: Shih-Ming Wang Date: Fri, 22 Jan 2021 14:48:59 -0800 Subject: Support building host/vendor variants for tflite. Test: Compile Bug: 178230712 Change-Id: I230a51da82034879904dbae3f34671b33ffc72ef --- internal/platform.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/platform.h b/internal/platform.h index ab71414..54517c3 100644 --- a/internal/platform.h +++ b/internal/platform.h @@ -30,9 +30,9 @@ #include #endif -#if defined ANDROID || defined __ANDROID__ -#include +#if defined __ANDROID__ #include +#include // The 18 here should be 16, but has to be 18 for now due // to a Google-internal issue. #if __ANDROID_API__ < 18 -- cgit v1.2.3