summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp17
1 files changed, 0 insertions, 17 deletions
diff --git a/Android.bp b/Android.bp
index 9fdfd33be..588e2269f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -282,23 +282,6 @@ cc_binary {
cpp_std: "c++17",
}
-python_test {
- name: "filesystem_dynamic_test_helper.py",
- main: "test/support/filesystem_dynamic_test_helper.py",
- srcs: [
- "test/support/filesystem_dynamic_test_helper.py",
- ],
- version: {
- py2: {
- enabled: true,
- embedded_launcher: true,
- },
- py3: {
- enabled: false,
- },
- },
-}
-
// Export libc++ headers for inclusion in the musl sysroot.
genrule {
name: "libc_musl_sysroot_libc++_headers",