Merge "Remove default libraries" am: 8b7feee38f am: a0113de2f3

am: 55181f7cdd

Change-Id: I2fa1d556537ee4f3b2e67cd35aa3ce090b3684a6
This commit is contained in:
Dan Willemsen 2017-09-30 23:36:25 +00:00 committed by android-build-merger
commit 2c6b2ebe7c
8 changed files with 0 additions and 52 deletions

View file

@ -95,7 +95,6 @@ cc_library {
"errors_unix.cpp",
],
cppflags: ["-Wexit-time-destructors"],
host_ldlibs: ["-lrt"],
},
windows: {
srcs: [
@ -138,7 +137,6 @@ cc_test {
},
linux: {
srcs: ["chrono_utils_test.cpp"],
host_ldlibs: ["-lrt"],
},
windows: {
srcs: ["utf8_test.cpp"],

View file

@ -94,7 +94,6 @@ cc_library {
],
static_libs: ["libcutils"],
host_ldlibs: ["-lrt"],
},
linux_bionic: {
enabled: true,
@ -229,15 +228,11 @@ cc_test {
android: {
cflags: ["-DENABLE_PSS_TESTS"],
shared_libs: [
"libdl",
"libutils",
],
},
linux: {
host_ldlibs: [
"-lpthread",
"-lrt",
"-ldl",
"-lncurses",
],
static_libs: ["libutils"],

View file

@ -91,9 +91,6 @@ cc_library {
not_windows: {
srcs: ["event_tag_map.cpp"],
},
linux: {
host_ldlibs: ["-lrt"],
},
linux_bionic: {
enabled: true,
},

View file

@ -22,13 +22,6 @@ cc_library {
cppflags: [
"-fvisibility=protected",
],
host_ldlibs: ["-ldl"],
target: {
android: {
shared_libs: ["libdl"],
},
},
}
subdirs = ["tests"]

View file

@ -25,14 +25,6 @@ cc_defaults {
],
header_libs: ["libnativebridge-dummy-headers"],
cppflags: ["-fvisibility=protected"],
target: {
android: {
shared_libs: ["libdl"],
},
host: {
host_ldlibs: ["-ldl"],
},
},
}
cc_library_shared {

View file

@ -11,14 +11,6 @@ cc_library {
"libnativebridge",
"libbase",
],
target: {
android: {
shared_libs: ["libdl"],
},
host: {
host_ldlibs: ["-ldl"],
},
},
cflags: [
"-Werror",
"-Wall",
@ -27,5 +19,4 @@ cc_library {
"-fvisibility=hidden",
],
export_include_dirs: ["include"],
local_include_dirs: ["include"],
}

View file

@ -143,14 +143,6 @@ cc_test {
"libgmock",
],
target: {
linux: {
host_ldlibs: [
"-lrt",
],
},
},
data: [
"tests/files/elf32.xz",
"tests/files/elf64.xz",
@ -178,14 +170,6 @@ cc_binary {
srcs: [
"tools/unwind.cpp",
],
target: {
linux: {
host_ldlibs: [
"-lrt",
],
},
},
}
cc_binary {

View file

@ -44,7 +44,6 @@ cc_test {
"libcutils",
"libutils",
"libbase",
"libdl",
],
},
linux: {
@ -59,7 +58,6 @@ cc_test {
"liblog",
"libbase",
],
host_ldlibs: ["-ldl"],
},
},