Merge "libandroid_runtime,libhwui: use libnativehelper_lazy"

This commit is contained in:
Orion Hodson
2021-02-21 10:03:21 +00:00
committed by Gerrit Code Review
2 changed files with 8 additions and 5 deletions

View File

@@ -67,11 +67,12 @@ cc_library_shared {
"libhwui",
"liblog",
"libminikin",
"libnativehelper",
"libz",
"libziparchive",
],
static_libs: ["libnativehelper_lazy"],
export_include_dirs: [
".",
"include",
@@ -284,12 +285,13 @@ cc_library_shared {
"libstatspull",
],
export_shared_lib_headers: [
// AndroidRuntime.h depends on nativehelper/jni.h
"libnativehelper",
// our headers include libnativewindow's public headers
"libnativewindow",
],
export_static_lib_headers: [
// AndroidRuntime.h depends on nativehelper/jni.h
"libnativehelper_lazy",
],
header_libs: [
"bionic_libc_platform_headers",
"dnsproxyd_protocol_headers",

View File

@@ -343,12 +343,13 @@ cc_defaults {
"libharfbuzz_ng",
"liblog",
"libminikin",
"libnativehelper",
"libz",
"libziparchive",
"libjpeg",
],
static_libs: ["libnativehelper_lazy"],
target: {
android: {
srcs: [ // sources that depend on android only libraries