Loading tools/lock_agent/Android.bp +4 −12 Original line number Diff line number Diff line Loading @@ -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", Loading @@ -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", ], } Loading Loading
tools/lock_agent/Android.bp +4 −12 Original line number Diff line number Diff line Loading @@ -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", Loading @@ -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", ], } Loading