Remove unused bp2build logic from arch.go

Test: go test soong tests
Change-Id: I8a99e3d22b835f6e0d0b16543c738315c6abc4ce
This commit is contained in:
Liz Kammer
2022-07-29 10:49:16 -04:00
parent 7ec40ccb15
commit ff966b137e
2 changed files with 6 additions and 60 deletions

View File

@@ -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,
},