Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ab45e01a authored by Cole Faust's avatar Cole Faust
Browse files

Remove references to modern_python_path_defaults

The new python path behavior has been enabled by default,
so enabling it manually with modern_python_path_defaults
is no longer necessary.

Bug: 245583294
Test: Presubmits
Change-Id: I0d2a15216be9481f3851a054351c20fbbbde8b5f
parent 747b856a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -129,7 +129,6 @@ genrule {
// pre-generated binary inputs.
python_test_host {
    name: "pdl_python_generator_test",
    defaults: ["modern_python_path_defaults"],
    main: "tests/python_generator_test.py",
    srcs: [
        "tests/python_generator_test.py",
@@ -158,7 +157,6 @@ python_test_host {
// on selected PDL source files.
python_test_host {
    name: "pdl_python_parser_test",
    defaults: ["modern_python_path_defaults"],
    main: "tests/python_parser_test.py",
    srcs: ["tests/python_parser_test.py"],
    data: [
+0 −2
Original line number Diff line number Diff line
@@ -9,7 +9,6 @@ package {

python_binary_host {
    name: "pypdl",
    defaults: ["modern_python_path_defaults"],
    main: "pdl/parser.py",
    srcs: ["pdl/parser.py"],
}
@@ -17,7 +16,6 @@ python_binary_host {
// Python generator.
python_binary_host {
    name: "pdl_python_generator",
    defaults: ["modern_python_path_defaults"],
    main: "generate_python_backend.py",
    srcs: [
        "generate_python_backend.py",