Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 74973da

Browse files
committed
Cleanup python version properties
Now that python 2 is fully removed, there's no need for version-specific properties. Remove them. Also remove usages of embedded_launcher: true, as that is the new default value. Bug: 399954452 Test: Presubmits Change-Id: I2acab763d3dfb01c9b423dd005e589ec0d0cd571
1 parent 2f8940d commit 74973da

File tree

4 files changed

+0
-21
lines changed

4 files changed

+0
-21
lines changed

Diff for: scripts/Android.bp

-5
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,4 @@ python_test_host {
7474
test_options: {
7575
unit_test: true,
7676
},
77-
version: {
78-
py3: {
79-
embedded_launcher: true,
80-
},
81-
},
8277
}

Diff for: tools/ninja_dependency_analysis/Android.bp

-5
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,4 @@ python_binary_host {
1515
proto: {
1616
canonical_path_from_root: false,
1717
},
18-
version: {
19-
py3: {
20-
embedded_launcher: true,
21-
},
22-
}
2318
}

Diff for: vndk/tools/elfcheck/Android.bp

-5
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,4 @@ python_binary_host {
3737
"elfcheck/*.py",
3838
"fix_android_mk_prebuilt.py",
3939
],
40-
version: {
41-
py3: {
42-
embedded_launcher: true,
43-
},
44-
},
4540
}

Diff for: vndk/tools/header-checker/utils/Android.bp

-6
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,4 @@ python_binary_host {
2525
"create_reference_dumps.py",
2626
"utils.py",
2727
],
28-
version: {
29-
py3: {
30-
enabled: true,
31-
embedded_launcher: true,
32-
},
33-
},
3428
}

0 commit comments

Comments
 (0)