aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPirama Arumuga Nainar <pirama@google.com>2017-09-11 18:17:21 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-09-11 18:17:21 +0000
commitb1057501feea183e879f8b7ee36ba67ef3ebe5dd (patch)
treec16dc5c512c49452682e7eaea832197f6670f2bd
parent954aa6618cc6ca0deaabb460e4d9fba2caa7a0af (diff)
parent87eb16c66f87d82f17ec3aa73721b39de84216c0 (diff)
downloadcompiler-rt-b1057501feea183e879f8b7ee36ba67ef3ebe5dd.tar.gz
Merge "Remove clang: true"
-rw-r--r--Android.bp2
-rw-r--r--lib/asan/Android.bp5
-rw-r--r--lib/interception/Android.bp1
-rw-r--r--lib/lsan/Android.bp1
-rw-r--r--lib/profile/Android.bp1
-rw-r--r--lib/sanitizer_common/Android.bp1
-rw-r--r--lib/ubsan/Android.bp1
7 files changed, 0 insertions, 12 deletions
diff --git a/Android.bp b/Android.bp
index 851867664..6c03e4b4c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -23,7 +23,6 @@ cc_library_static {
name: "libcompiler_rt-extras",
host_supported: true,
vendor_available: true,
- clang: true,
sdk_version: "9",
// The following list contains functions that are not available in libgcc.a, so
// we potentially need them when using a Clang-built component (e.g., -ftrapv
@@ -408,7 +407,6 @@ cc_library {
},
asflags: ["-integrated-as"],
- clang: true,
no_libgcc: true,
sanitize: {
diff --git a/lib/asan/Android.bp b/lib/asan/Android.bp
index eb9e32e71..047ba8cd8 100644
--- a/lib/asan/Android.bp
+++ b/lib/asan/Android.bp
@@ -84,7 +84,6 @@ cc_library_static {
},
},
- clang: true,
sdk_version: "19",
stl: "none",
@@ -102,7 +101,6 @@ cc_library_host_static {
cflags: asan_rtl_cflags,
srcs: asan_rtl_cxx_files,
- clang: true,
compile_multilib: "both",
sanitize: {
@@ -145,7 +143,6 @@ cc_defaults {
"liblog",
"libdl",
],
- clang: true,
sanitize: {
never: true,
},
@@ -252,7 +249,6 @@ cc_library_static {
static_libs: ["libgtest"],
- clang: true,
sanitize: {
never: true,
},
@@ -296,7 +292,6 @@ cc_test {
address: true,
blacklist: "tests/asan_test.ignore",
},
- clang: true,
stl: "libc++",
target: {
diff --git a/lib/interception/Android.bp b/lib/interception/Android.bp
index 479ea6766..939bc244c 100644
--- a/lib/interception/Android.bp
+++ b/lib/interception/Android.bp
@@ -18,7 +18,6 @@
cc_library_static {
name: "libinterception",
host_supported: true,
- clang: true,
sdk_version: "19",
include_dirs: ["external/compiler-rt/lib"],
diff --git a/lib/lsan/Android.bp b/lib/lsan/Android.bp
index 97f55c3ea..6fe75d48c 100644
--- a/lib/lsan/Android.bp
+++ b/lib/lsan/Android.bp
@@ -39,7 +39,6 @@ cc_library_static {
"lsan_common_linux.cc",
],
- clang: true,
sdk_version: "19",
stl: "none",
diff --git a/lib/profile/Android.bp b/lib/profile/Android.bp
index a0059e577..de76de9ad 100644
--- a/lib/profile/Android.bp
+++ b/lib/profile/Android.bp
@@ -27,7 +27,6 @@ cc_library_static {
"-Werror",
"-Wall",
],
- clang: true,
srcs: [
"GCDAProfiling.c",
"InstrProfiling.c",
diff --git a/lib/sanitizer_common/Android.bp b/lib/sanitizer_common/Android.bp
index 687e3f8ac..de8cf61d4 100644
--- a/lib/sanitizer_common/Android.bp
+++ b/lib/sanitizer_common/Android.bp
@@ -21,7 +21,6 @@
cc_library_static {
name: "libsan",
host_supported: true,
- clang: true,
sdk_version: "19",
include_dirs: ["external/compiler-rt/lib"],
diff --git a/lib/ubsan/Android.bp b/lib/ubsan/Android.bp
index ab332e065..4638ab351 100644
--- a/lib/ubsan/Android.bp
+++ b/lib/ubsan/Android.bp
@@ -96,7 +96,6 @@ cc_defaults {
"liblog",
"libdl",
],
- clang: true,
sanitize: {
never: true,
},