From 8eebd694e59fb01c13267c509ea98179f149e69b Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Fri, 11 Aug 2017 11:01:23 -0700 Subject: aapt2_jni: use proper nativehelper headers libnativehelper exports headers under nativehelper. These were available before incorrectly as global headers in order to give access to jni.h. Test: modules using aapt2_jni find headers Bug: 63762847 Change-Id: Id51354d533bfef66ecd71f5d89599b8adc688c1f --- tools/aapt2/jni/aapt2_jni.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/aapt2/jni/aapt2_jni.cpp b/tools/aapt2/jni/aapt2_jni.cpp index ad5ad4c336e5..4315713e9c51 100644 --- a/tools/aapt2/jni/aapt2_jni.cpp +++ b/tools/aapt2/jni/aapt2_jni.cpp @@ -22,7 +22,7 @@ #include #include "android-base/logging.h" -#include "ScopedUtfChars.h" +#include "nativehelper/ScopedUtfChars.h" #include "Diagnostics.h" #include "util/Util.h" -- cgit v1.2.3-59-g8ed1b