diff options
author | Steven Moreland <smoreland@google.com> | 2017-07-18 16:18:36 -0700 |
---|---|---|
committer | Steven Moreland <smoreland@google.com> | 2017-07-19 08:39:19 -0700 |
commit | cab01ac294bb8ded259851673baa4c6ca226f828 (patch) | |
tree | d7a203f0a9a500f2d34e3ef800b5417ebccd243d /include/ScopedJavaUnicodeString.h | |
parent | 4a2d046c174cc85687afdf45f76e0e947336bde5 (diff) |
libcore: use proper nativehelper headers
libnativeheader exports headers under nativeheader. These were
available before incorrectly as global headers in order to give
access to jni.h.
Test: modules using libcore find headers
Bug: 63762847
Change-Id: Ic5873017bcf4d1c6e0873d7030ce56ee597b580d
Diffstat (limited to 'include/ScopedJavaUnicodeString.h')
-rw-r--r-- | include/ScopedJavaUnicodeString.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ScopedJavaUnicodeString.h b/include/ScopedJavaUnicodeString.h index 4e74ee1040..a30aa7e600 100644 --- a/include/ScopedJavaUnicodeString.h +++ b/include/ScopedJavaUnicodeString.h @@ -17,7 +17,7 @@ #ifndef SCOPED_JAVA_UNICODE_STRING_H_included #define SCOPED_JAVA_UNICODE_STRING_H_included -#include "JNIHelp.h" +#include <nativehelper/JNIHelp.h> #include "unicode/unistr.h" // A smart pointer that provides access to an ICU UnicodeString given a JNI |