Merge "Remove bionic-unit-tests-gcc"

am: 55aae03a60

Change-Id: I3c51948df527b0fe6aeec5fb750044e4862c3b9e
This commit is contained in:
Dimitry Ivanov 2017-01-27 01:31:33 +00:00 committed by android-build-merger
commit a47e3a958b

View file

@ -178,32 +178,6 @@ cc_defaults {
},
}
cc_test_library {
name: "libfortify1-tests-gcc",
defaults: ["bionic_fortify_tests_defaults", "bionic_tests_defaults"],
clang: false,
cflags: [
"-D_FORTIFY_SOURCE=1",
"-DTEST_NAME=Fortify1_gcc"
],
shared: {
enabled: false,
},
}
cc_test_library {
name: "libfortify2-tests-gcc",
defaults: ["bionic_fortify_tests_defaults", "bionic_tests_defaults"],
clang: false,
cflags: [
"-D_FORTIFY_SOURCE=2",
"-DTEST_NAME=Fortify2_gcc"
],
shared: {
enabled: false,
},
}
cc_test_library {
name: "libfortify1-tests-clang",
defaults: ["bionic_fortify_tests_defaults", "bionic_tests_defaults"],
@ -238,8 +212,6 @@ cc_test_library {
defaults: ["bionic_tests_defaults"],
whole_static_libs: [
"libBionicStandardTests",
"libfortify1-tests-gcc",
"libfortify2-tests-gcc",
"libfortify1-tests-clang",
"libfortify2-tests-clang",
],
@ -412,12 +384,6 @@ cc_test {
},
}
cc_test {
name: "bionic-unit-tests-gcc",
defaults: ["bionic_unit_tests_defaults", "bionic_tests_defaults"],
clang: false,
}
// -----------------------------------------------------------------------------
// Tests for the device linked against bionic's static library. Run with:
// adb shell /data/nativetest/bionic-unit-tests-static/bionic-unit-tests-static32
@ -484,8 +450,6 @@ cc_test_host {
whole_static_libs: [
"libBionicStandardTests",
"libBionicGtestMain",
"libfortify1-tests-gcc",
"libfortify2-tests-gcc",
"libfortify1-tests-clang",
"libfortify2-tests-clang",
],