diff options
author | 2024-06-25 10:42:33 -0700 | |
---|---|---|
committer | 2024-06-25 11:02:38 -0700 | |
commit | 487b144fe0188c862284adb159b05e3dafcb1baf (patch) | |
tree | f2a9058afbb116db9270f025776849025513f489 /android/module.go | |
parent | 79b0eef5a17dd4a0a60fd49d54f8a73e221dca13 (diff) |
Cleanup more bazel code
Bug: 315353489
Test: m nothing --no-skip-soong-tests
Change-Id: I6c6b4fcd559f4a45b1a96c70cbb5d6d1a615ccff
Diffstat (limited to 'android/module.go')
-rw-r--r-- | android/module.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/android/module.go b/android/module.go index 2dc63d6e5..903bd024f 100644 --- a/android/module.go +++ b/android/module.go @@ -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 |