Loading debuggerd/Android.bp +1 −0 Original line number Diff line number Diff line cc_defaults { name: "debuggerd_defaults", defaults: ["linux_bionic_supported"], cflags: [ "-Wall", "-Wextra", Loading libbacktrace/Android.bp +12 −0 Original line number Diff line number Diff line Loading @@ -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, Loading libcutils/Android.bp +10 −4 Original line number Diff line number Diff line Loading @@ -41,6 +41,9 @@ cc_library_headers { host_supported: true, export_include_dirs: ["include"], target: { linux_bionic: { enabled: true, }, windows: { enabled: true, }, Loading Loading @@ -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", Loading libprocinfo/Android.bp +3 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,9 @@ cc_library { darwin: { enabled: false, }, linux_bionic: { enabled: true, }, windows: { enabled: false, }, Loading libutils/Android.bp +5 −2 Original line number Diff line number Diff line Loading @@ -17,6 +17,9 @@ cc_library_headers { host_supported: true, export_include_dirs: ["include"], target: { linux_bionic: { enabled: true, }, windows: { enabled: true, }, Loading Loading
debuggerd/Android.bp +1 −0 Original line number Diff line number Diff line cc_defaults { name: "debuggerd_defaults", defaults: ["linux_bionic_supported"], cflags: [ "-Wall", "-Wextra", Loading
libbacktrace/Android.bp +12 −0 Original line number Diff line number Diff line Loading @@ -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, Loading
libcutils/Android.bp +10 −4 Original line number Diff line number Diff line Loading @@ -41,6 +41,9 @@ cc_library_headers { host_supported: true, export_include_dirs: ["include"], target: { linux_bionic: { enabled: true, }, windows: { enabled: true, }, Loading Loading @@ -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", Loading
libprocinfo/Android.bp +3 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,9 @@ cc_library { darwin: { enabled: false, }, linux_bionic: { enabled: true, }, windows: { enabled: false, }, Loading
libutils/Android.bp +5 −2 Original line number Diff line number Diff line Loading @@ -17,6 +17,9 @@ cc_library_headers { host_supported: true, export_include_dirs: ["include"], target: { linux_bionic: { enabled: true, }, windows: { enabled: true, }, Loading