Remove Python 2 "test" that doesn't test anything.
This file appears to be related to testing, but it's not actually a test (executing it doesn't run any tests) and it's otherwise unused. Bug: 245854393 Test: presubmit Change-Id: Ie0e21e0789c5481256ddb8caa278fc709dd3bff9
This commit is contained in:
17
Android.bp
17
Android.bp
@@ -286,23 +286,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",
|
||||
|
||||
Reference in New Issue
Block a user