summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--runtime/Android.bp1
-rw-r--r--runtime/base/safe_copy.cc2
2 files changed, 1 insertions, 2 deletions
diff --git a/runtime/Android.bp b/runtime/Android.bp
index 3258aaee2a..6c271aa0e1 100644
--- a/runtime/Android.bp
+++ b/runtime/Android.bp
@@ -403,7 +403,6 @@ cc_defaults {
export_generated_headers: ["cpp-define-generator-asm-support"],
include_dirs: [
"art/sigchainlib",
- "art",
],
header_libs: [
"art_cmdlineparser_headers",
diff --git a/runtime/base/safe_copy.cc b/runtime/base/safe_copy.cc
index c76ea113d8..b46b921307 100644
--- a/runtime/base/safe_copy.cc
+++ b/runtime/base/safe_copy.cc
@@ -24,7 +24,7 @@
#include <android-base/macros.h>
-#include "runtime/base/bit_utils.h"
+#include "bit_utils.h"
namespace art {