From dae9af993fa3bb2b41b85f13007863a4675826fa Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Mon, 17 Jul 2017 12:08:44 -0700 Subject: Reference nativehelper/jni.h as jni.h nativehelper will no longer export nativehelper/jni.h so that everywhere can reference this file with the same name. Bug: 63762847 Change-Id: I58374051efa51ba02e6e4688462bf7e7a484d798 --- pico/compat/jni/com_android_tts_compat_SynthProxy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pico/compat/jni/com_android_tts_compat_SynthProxy.cpp b/pico/compat/jni/com_android_tts_compat_SynthProxy.cpp index 83633db..fd958f9 100644 --- a/pico/compat/jni/com_android_tts_compat_SynthProxy.cpp +++ b/pico/compat/jni/com_android_tts_compat_SynthProxy.cpp @@ -20,7 +20,7 @@ #define LOG_TAG "SynthProxyJNI" #include -#include +#include #include #include #include -- cgit v1.2.3