commit | 5e03a305edafb49a34b436d9a858281e53d390f2 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Mon Mar 13 13:10:00 2017 -0700 |
committer | Andreas Gampe <agampe@google.com> | Tue Mar 14 08:18:08 2017 -0700 |
tree | 97b34d7eb5ab9b1408325c7d8f9085c9f6f6cf67 | |
parent | fbe1516b91f2117bb9c7282aaea5537572f62dd7 [diff] [blame] |
ART: Refactor libopenjdkjvmti Move jvmti.h to its own folder and fix up include setup. Bug: 31455788 Test: m Change-Id: I5beb66fc5d0178746216f61f9214cda54fc2c7ac
diff --git a/test/904-object-allocation/tracking.cc b/test/904-object-allocation/tracking.cc index 95eab0c..cc6f681 100644 --- a/test/904-object-allocation/tracking.cc +++ b/test/904-object-allocation/tracking.cc
@@ -21,7 +21,7 @@ #include "base/logging.h" #include "jni.h" -#include "openjdkjvmti/jvmti.h" +#include "jvmti.h" #include "ScopedLocalRef.h" #include "ScopedUtfChars.h" #include "ti-agent/common_helper.h"