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

Commit 51fc67bd authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Cleanup more bazel code" into main

parents c870a75f 487b144f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -12,7 +12,6 @@ bootstrap_go_package {
        "soong",
        "soong-aconfig",
        "soong-android",
        "soong-bazel",
        "soong-java",
        "soong-rust",
    ],
+0 −5
Original line number Diff line number Diff line
@@ -26,8 +26,6 @@ import (
	"sort"
	"strings"

	"android/soong/bazel"

	"github.com/google/blueprint"
	"github.com/google/blueprint/proptools"
)
@@ -849,9 +847,6 @@ type ModuleBase struct {
	// archPropRoot that is filled with arch specific values by the arch mutator.
	archProperties [][]interface{}

	// Properties specific to the Blueprint to BUILD migration.
	bazelTargetModuleProperties bazel.BazelTargetModuleProperties

	// Information about all the properties on the module that contains visibility rules that need
	// checking.
	visibilityPropertyInfo []visibilityProperty
+0 −1
Original line number Diff line number Diff line
@@ -9,7 +9,6 @@ bootstrap_go_package {
        "blueprint",
        "blueprint-parser",
        "blueprint-proptools",
        "soong-bazel",
        "soong-starlark-format",
    ],
    srcs: [
+0 −5
Original line number Diff line number Diff line
@@ -6,22 +6,17 @@ bootstrap_go_package {
    name: "soong-bazel",
    pkgPath: "android/soong/bazel",
    srcs: [
        "aquery.go",
        "bazel_proxy.go",
        "configurability.go",
        "constants.go",
        "properties.go",
        "testing.go",
    ],
    testSrcs: [
        "aquery_test.go",
        "properties_test.go",
    ],
    pluginFor: [
        "soong_build",
    ],
    deps: [
        "bazel_analysis_v2_proto",
        "blueprint",
    ],
}

bazel/aquery.go

deleted100644 → 0
+0 −768

File deleted.

Preview size limit exceeded, changes collapsed.

Loading