Merge "Remove libnativehelper directories from include_dirs"
am: 0a79f4476a
Change-Id: I1909ab2777d790d62f16aa6d021fa8001188068b
This commit is contained in:
@@ -12,13 +12,9 @@ cc_library {
|
||||
],
|
||||
sdk_version: "current",
|
||||
stl: "c++_static",
|
||||
include_dirs: [
|
||||
// NDK headers aren't available in platform NDK builds.
|
||||
"libnativehelper/include_jni",
|
||||
// Use ScopedUtfChars.
|
||||
"libnativehelper/header_only_include",
|
||||
],
|
||||
header_libs: [
|
||||
// Use ScopedUtfChars.
|
||||
"libnativehelper_header_only",
|
||||
"libopenjdkjvmti_headers",
|
||||
],
|
||||
compile_multilib: "both",
|
||||
@@ -32,13 +28,9 @@ cc_binary_host {
|
||||
"libz",
|
||||
"slicer",
|
||||
],
|
||||
include_dirs: [
|
||||
// NDK headers aren't available in platform NDK builds.
|
||||
"libnativehelper/include_jni",
|
||||
// Use ScopedUtfChars.
|
||||
"libnativehelper/header_only_include",
|
||||
],
|
||||
header_libs: [
|
||||
// Use ScopedUtfChars.
|
||||
"libnativehelper_header_only",
|
||||
"libopenjdkjvmti_headers",
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user