Merge "Enable more modules on linux_bionic builds" am: 75c414d1a3
am: 5bb9220b75
Change-Id: I3dffb3e3ac95f8116321f165035a666645df34d0
This commit is contained in:
commit
5e30ce0ca0
5 changed files with 31 additions and 6 deletions
|
@ -1,5 +1,6 @@
|
|||
cc_defaults {
|
||||
name: "debuggerd_defaults",
|
||||
defaults: ["linux_bionic_supported"],
|
||||
cflags: [
|
||||
"-Wall",
|
||||
"-Wextra",
|
||||
|
|
|
@ -80,6 +80,18 @@ cc_library {
|
|||
static_libs: ["libcutils"],
|
||||
host_ldlibs: ["-lrt"],
|
||||
},
|
||||
linux_bionic: {
|
||||
enabled: true,
|
||||
srcs: libbacktrace_sources,
|
||||
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
"liblog",
|
||||
"libunwind",
|
||||
],
|
||||
|
||||
static_libs: ["libcutils"],
|
||||
},
|
||||
android: {
|
||||
srcs: libbacktrace_sources,
|
||||
|
||||
|
|
|
@ -41,9 +41,12 @@ cc_library_headers {
|
|||
host_supported: true,
|
||||
export_include_dirs: ["include"],
|
||||
target: {
|
||||
windows: {
|
||||
enabled: true,
|
||||
},
|
||||
linux_bionic: {
|
||||
enabled: true,
|
||||
},
|
||||
windows: {
|
||||
enabled: true,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
@ -68,11 +71,14 @@ cc_library {
|
|||
"threads.c",
|
||||
],
|
||||
|
||||
|
||||
target: {
|
||||
host: {
|
||||
srcs: ["dlmalloc_stubs.c"],
|
||||
},
|
||||
linux_bionic: {
|
||||
enabled: true,
|
||||
exclude_srcs: ["dlmalloc_stubs.c"],
|
||||
},
|
||||
not_windows: {
|
||||
srcs: libcutils_nonwindows_sources + [
|
||||
"ashmem-host.c",
|
||||
|
|
|
@ -35,6 +35,9 @@ cc_library {
|
|||
darwin: {
|
||||
enabled: false,
|
||||
},
|
||||
linux_bionic: {
|
||||
enabled: true,
|
||||
},
|
||||
windows: {
|
||||
enabled: false,
|
||||
},
|
||||
|
|
|
@ -17,9 +17,12 @@ cc_library_headers {
|
|||
host_supported: true,
|
||||
export_include_dirs: ["include"],
|
||||
target: {
|
||||
linux_bionic: {
|
||||
enabled: true,
|
||||
},
|
||||
windows: {
|
||||
enabled: true,
|
||||
},
|
||||
enabled: true,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue