summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2019-10-03 20:48:45 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-10-03 20:48:45 -0700
commita55a7414a538f5bdfc5f6bb5584546d5f902b592 (patch)
tree2dc11f9d5d934c96ab1f795fdb22755d4237382c
parentdc10b29ea377f189ca9107a5e3bd235177b20b44 (diff)
parente5dd445a66e3cd83d30c16511be7fd27a1226433 (diff)
downloadexternal_libcxx-a55a7414a538f5bdfc5f6bb5584546d5f902b592.tar.gz
external_libcxx-a55a7414a538f5bdfc5f6bb5584546d5f902b592.tar.bz2
external_libcxx-a55a7414a538f5bdfc5f6bb5584546d5f902b592.zip
Remove -nodefaultlibs and -nostdinc++ am: 50f73d79e4 am: 14a8db71eb
am: e5dd445a66 Change-Id: I72dc68848f9e12ccf24b6af9dffd625db65edb39
-rw-r--r--Android.bp5
1 files changed, 0 insertions, 5 deletions
diff --git a/Android.bp b/Android.bp
index 9dccf0818..4839cb696 100644
--- a/Android.bp
+++ b/Android.bp
@@ -22,7 +22,6 @@ cc_defaults {
cflags: ["-Wall", "-Werror", "-Wno-unused-parameter"],
cppflags: [
"-std=c++14",
- "-nostdinc++",
"-fexceptions",
"-DLIBCXX_BUILDING_LIBCXXABI",
"-D_LIBCPP_BUILDING_LIBRARY",
@@ -126,14 +125,10 @@ cc_library_shared {
force_symbols_not_weak_list: "lib/notweak.exp",
force_symbols_weak_list: "lib/weak.exp",
ldflags: [
- "-nodefaultlibs",
"-Wl,-undefined,dynamic_lookup",
],
},
- linux_glibc: {
- ldflags: ["-nodefaultlibs"],
- },
linux_bionic: {
enabled: true,
},