Remove unused bp2build logic from arch.go
Test: go test soong tests Change-Id: I8a99e3d22b835f6e0d0b16543c738315c6abc4ce
This commit is contained in:
@@ -66,9 +66,9 @@ func TestFilterArchStruct(t *testing.T) {
|
||||
}{},
|
||||
out: &struct {
|
||||
A *string
|
||||
B *string `android:"path"`
|
||||
C *string `android:"path"`
|
||||
D *string `android:"path"`
|
||||
B *string
|
||||
C *string
|
||||
D *string
|
||||
}{},
|
||||
filtered: true,
|
||||
},
|
||||
|
Reference in New Issue
Block a user