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

Commit 487b144f authored by Cole Faust's avatar Cole Faust
Browse files

Cleanup more bazel code

Bug: 315353489
Test: m nothing --no-skip-soong-tests
Change-Id: I6c6b4fcd559f4a45b1a96c70cbb5d6d1a615ccff
parent 79b0eef5
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