Merge "Remove clang: true"
am: 7e6f98b93d
Change-Id: Ib97ff76648505fa29d7e764ecaeabe2a1ea84906
This commit is contained in:
commit
af4de40428
2 changed files with 0 additions and 6 deletions
|
@ -72,7 +72,6 @@ cc_defaults {
|
|||
never: true,
|
||||
},
|
||||
native_coverage: false,
|
||||
clang: true,
|
||||
}
|
||||
|
||||
// ANDROIDMK TRANSLATION ERROR: unsupported directive
|
||||
|
@ -1984,7 +1983,6 @@ cc_defaults {
|
|||
local_include_dirs: ["arch-x86_64/include"],
|
||||
},
|
||||
},
|
||||
clang: true,
|
||||
}
|
||||
|
||||
cc_defaults {
|
||||
|
|
|
@ -218,13 +218,11 @@ cc_test_library {
|
|||
// Ignore that we don't have ASAN symbols linked in.
|
||||
allow_undefined_symbols: true,
|
||||
srcs: ["fortify_compilation_test.cpp"],
|
||||
clang: true,
|
||||
}
|
||||
|
||||
cc_test_library {
|
||||
name: "libfortify1-tests-clang",
|
||||
defaults: ["bionic_fortify_tests_defaults", "bionic_tests_defaults"],
|
||||
clang: true,
|
||||
cflags: [
|
||||
"-D_FORTIFY_SOURCE=1",
|
||||
"-DTEST_NAME=Fortify1_clang"
|
||||
|
@ -237,7 +235,6 @@ cc_test_library {
|
|||
cc_test_library {
|
||||
name: "libfortify2-tests-clang",
|
||||
defaults: ["bionic_fortify_tests_defaults", "bionic_tests_defaults"],
|
||||
clang: true,
|
||||
cflags: [
|
||||
"-D_FORTIFY_SOURCE=2",
|
||||
"-DTEST_NAME=Fortify2_clang"
|
||||
|
@ -426,7 +423,6 @@ cc_defaults {
|
|||
cc_test {
|
||||
name: "bionic-unit-tests",
|
||||
defaults: ["bionic_unit_tests_defaults", "bionic_tests_defaults"],
|
||||
clang: true,
|
||||
|
||||
target: {
|
||||
android: {
|
||||
|
|
Loading…
Reference in a new issue