Merge changes from topic "linux_glibc" am: 7b3d4da91a

am: 348a082469

Change-Id: Ia203b8b7bf807385b90232fedf91cef80f040279
This commit is contained in:
Dan Willemsen 2017-10-03 03:19:45 +00:00 committed by android-build-merger
commit 60a410d606
5 changed files with 8 additions and 8 deletions

View file

@ -89,7 +89,7 @@ cc_library {
cppflags: ["-Wexit-time-destructors"], cppflags: ["-Wexit-time-destructors"],
enabled: true, enabled: true,
}, },
linux: { linux_glibc: {
srcs: [ srcs: [
"chrono_utils.cpp", "chrono_utils.cpp",
"errors_unix.cpp", "errors_unix.cpp",
@ -135,7 +135,7 @@ cc_test {
misc_undefined: ["integer"], misc_undefined: ["integer"],
}, },
}, },
linux: { linux_glibc: {
srcs: ["chrono_utils_test.cpp"], srcs: ["chrono_utils_test.cpp"],
}, },
windows: { windows: {

View file

@ -83,7 +83,7 @@ cc_library {
darwin: { darwin: {
enabled: true, enabled: true,
}, },
linux: { linux_glibc: {
srcs: libbacktrace_sources, srcs: libbacktrace_sources,
shared_libs: [ shared_libs: [
@ -135,7 +135,7 @@ cc_library_shared {
srcs: ["backtrace_testlib.cpp"], srcs: ["backtrace_testlib.cpp"],
target: { target: {
linux: { linux_glibc: {
shared_libs: [ shared_libs: [
"libunwind", "libunwind",
"libunwindstack", "libunwindstack",
@ -231,7 +231,7 @@ cc_test {
"libutils", "libutils",
], ],
}, },
linux: { linux_glibc: {
host_ldlibs: [ host_ldlibs: [
"-lncurses", "-lncurses",
], ],

View file

@ -23,7 +23,7 @@ cc_library {
darwin: { darwin: {
enabled: false, enabled: false,
}, },
linux: { linux_glibc: {
cflags: [ cflags: [
"-O2", "-O2",
"-g", "-g",

View file

@ -119,7 +119,7 @@ cc_library {
}, },
}, },
linux: { linux_glibc: {
srcs: [ srcs: [
"Looper.cpp", "Looper.cpp",
"ProcessCallStack.cpp", "ProcessCallStack.cpp",

View file

@ -46,7 +46,7 @@ cc_test {
"libbase", "libbase",
], ],
}, },
linux: { linux_glibc: {
srcs: [ srcs: [
"Looper_test.cpp", "Looper_test.cpp",
"RefBase_test.cpp", "RefBase_test.cpp",