aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libs/Android.bp
diff options
context:
space:
mode:
authorAlex Cheung <alexcheung@google.com>2017-01-31 04:05:00 +0000
committerAlex Cheung <alexcheung@google.com>2017-01-31 04:19:50 +0000
commit6fcd7a7d28aa6be42bbc99070c93d4d16b56ab57 (patch)
tree0daa51584f72beb67cbe072f34ca67898212f381 /tests/libs/Android.bp
parenta5066640cc7274e317bf3bae2d960986d58dbbbd (diff)
downloadandroid_bionic-6fcd7a7d28aa6be42bbc99070c93d4d16b56ab57.tar.gz
android_bionic-6fcd7a7d28aa6be42bbc99070c93d4d16b56ab57.tar.bz2
android_bionic-6fcd7a7d28aa6be42bbc99070c93d4d16b56ab57.zip
Revert "Fix CFI initialization crash on x86."
This reverts commit be46d3871c91902504e5ec4c7f575c86f647aafc. Reverting due to broken build: https://android-build.googleplex.com/builds/branch-dashboard/aosp-master?build_id=3687823 Change-Id: I30968398edd9a094fce878839ba0a002ed487a77
Diffstat (limited to 'tests/libs/Android.bp')
-rw-r--r--tests/libs/Android.bp17
1 files changed, 0 insertions, 17 deletions
diff --git a/tests/libs/Android.bp b/tests/libs/Android.bp
index 9f9c40724..b5855af62 100644
--- a/tests/libs/Android.bp
+++ b/tests/libs/Android.bp
@@ -494,20 +494,3 @@ cc_test_library {
cfi: false,
},
}
-
-cc_test {
- name: "cfi_test_helper",
- host_supported: false,
- defaults: ["bionic_testlib_defaults"],
- srcs: ["cfi_test_helper.cpp"],
- ldflags: [" -Wl,-export-dynamic-symbol=__cfi_check"],
-}
-
-cc_test {
- name: "cfi_test_helper2",
- host_supported: false,
- defaults: ["bionic_testlib_defaults"],
- srcs: ["cfi_test_helper2.cpp"],
- shared_libs: ["libcfi-test"],
- ldflags: ["-Wl,--rpath,${ORIGIN}/.."],
-}