Merge "Remove default libraries"
This commit is contained in:
commit
bd2754177f
3 changed files with 0 additions and 65 deletions
|
@ -73,7 +73,6 @@ cc_benchmark {
|
||||||
cc_benchmark_host {
|
cc_benchmark_host {
|
||||||
name: "bionic-benchmarks-glibc",
|
name: "bionic-benchmarks-glibc",
|
||||||
defaults: ["bionic-benchmarks-defaults"],
|
defaults: ["bionic-benchmarks-defaults"],
|
||||||
host_ldlibs: ["-lrt"],
|
|
||||||
target: {
|
target: {
|
||||||
darwin: {
|
darwin: {
|
||||||
// Only supported on linux systems.
|
// Only supported on linux systems.
|
||||||
|
|
|
@ -178,7 +178,6 @@ cc_test_library {
|
||||||
"liblog",
|
"liblog",
|
||||||
"libbase",
|
"libbase",
|
||||||
],
|
],
|
||||||
host_ldlibs: ["-lrt"],
|
|
||||||
shared: {
|
shared: {
|
||||||
enabled: false,
|
enabled: false,
|
||||||
},
|
},
|
||||||
|
@ -611,8 +610,6 @@ cc_test_host {
|
||||||
|
|
||||||
host_ldlibs: [
|
host_ldlibs: [
|
||||||
"-lresolv",
|
"-lresolv",
|
||||||
"-lrt",
|
|
||||||
"-ldl",
|
|
||||||
"-lutil",
|
"-lutil",
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
|
@ -282,15 +282,6 @@ cc_test_library {
|
||||||
enabled: false,
|
enabled: false,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
target: {
|
|
||||||
android: {
|
|
||||||
shared_libs: ["libdl"],
|
|
||||||
},
|
|
||||||
host: {
|
|
||||||
host_ldlibs: ["-ldl"],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
||||||
cc_test_library {
|
cc_test_library {
|
||||||
|
@ -307,15 +298,6 @@ cc_test_library {
|
||||||
enabled: false,
|
enabled: false,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
target: {
|
|
||||||
android: {
|
|
||||||
shared_libs: ["libdl"],
|
|
||||||
},
|
|
||||||
host: {
|
|
||||||
host_ldlibs: ["-ldl"],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
||||||
cc_test_library {
|
cc_test_library {
|
||||||
|
@ -331,15 +313,6 @@ cc_test_library {
|
||||||
enabled: false,
|
enabled: false,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
target: {
|
|
||||||
android: {
|
|
||||||
shared_libs: ["libdl"],
|
|
||||||
},
|
|
||||||
host: {
|
|
||||||
host_ldlibs: ["-ldl"],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
|
@ -416,15 +389,6 @@ cc_test_library {
|
||||||
defaults: ["bionic_testlib_defaults"],
|
defaults: ["bionic_testlib_defaults"],
|
||||||
srcs: ["dlsym_from_this_symbol.cpp"],
|
srcs: ["dlsym_from_this_symbol.cpp"],
|
||||||
shared_libs: ["libtest_dlsym_from_this_child"],
|
shared_libs: ["libtest_dlsym_from_this_child"],
|
||||||
|
|
||||||
target: {
|
|
||||||
android: {
|
|
||||||
shared_libs: ["libdl"],
|
|
||||||
},
|
|
||||||
host: {
|
|
||||||
host_ldlibs: ["-ldl"],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
|
@ -433,14 +397,6 @@ cc_test_library {
|
||||||
defaults: ["bionic_testlib_defaults"],
|
defaults: ["bionic_testlib_defaults"],
|
||||||
srcs: ["dlsym_from_this_functions.cpp"],
|
srcs: ["dlsym_from_this_functions.cpp"],
|
||||||
shared_libs: ["libtest_dlsym_from_this_grandchild"],
|
shared_libs: ["libtest_dlsym_from_this_grandchild"],
|
||||||
target: {
|
|
||||||
android: {
|
|
||||||
shared_libs: ["libdl"],
|
|
||||||
},
|
|
||||||
host: {
|
|
||||||
host_ldlibs: ["-ldl"],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
|
@ -475,15 +431,6 @@ cc_test_library {
|
||||||
name: "libtest_check_rtld_next_from_library",
|
name: "libtest_check_rtld_next_from_library",
|
||||||
defaults: ["bionic_testlib_defaults"],
|
defaults: ["bionic_testlib_defaults"],
|
||||||
srcs: ["check_rtld_next_from_library.cpp"],
|
srcs: ["check_rtld_next_from_library.cpp"],
|
||||||
|
|
||||||
target: {
|
|
||||||
android: {
|
|
||||||
shared_libs: ["libdl"],
|
|
||||||
},
|
|
||||||
host: {
|
|
||||||
host_ldlibs: ["-ldl"],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
|
@ -493,14 +440,6 @@ cc_test_library {
|
||||||
name: "libtest_dlopen_from_ctor",
|
name: "libtest_dlopen_from_ctor",
|
||||||
defaults: ["bionic_testlib_defaults"],
|
defaults: ["bionic_testlib_defaults"],
|
||||||
srcs: ["dlopen_testlib_dlopen_from_ctor.cpp"],
|
srcs: ["dlopen_testlib_dlopen_from_ctor.cpp"],
|
||||||
target: {
|
|
||||||
android: {
|
|
||||||
shared_libs: ["libdl"],
|
|
||||||
},
|
|
||||||
host: {
|
|
||||||
host_ldlibs: ["-ldl"],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue