commit | 08c3636d2b492a1a92595125128c9b70e6ea10b0 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Thu Mar 01 15:03:58 2018 -0800 |
committer | Steven Moreland <smoreland@google.com> | Thu Mar 01 19:25:22 2018 -0800 |
tree | f353706a883b9971b1aaf0184edc7385837693f3 | |
parent | 3c50b8415f6b1343a5e1095adc925fcdc0235125 [diff] [blame] |
libctsjvmtiagent: Android.mk -> Android.bp Test: build only Change-Id: I6ac60a9cb4aef4b0a135981a43c40b7a050dd995
diff --git a/hostsidetests/jvmti/base/jni/redefine.cpp b/hostsidetests/jvmti/base/jni/redefine.cpp index c6e8726..f96108c 100644 --- a/hostsidetests/jvmti/base/jni/redefine.cpp +++ b/hostsidetests/jvmti/base/jni/redefine.cpp
@@ -14,7 +14,7 @@ * limitations under the License. */ -#include "jni.h" +#include <jni.h> #include <stack> #include <string>