diff options
author | 2023-03-23 11:51:49 -0400 | |
---|---|---|
committer | 2023-03-24 15:14:53 -0400 | |
commit | 2b3f56ed22b952011d6d8693b11c29b08a39d35d (patch) | |
tree | ac45b27eabb0291f347a247cda2807b4ae5ded42 /bp2build/testing.go | |
parent | 10e5a0e987f56ab2dfcf754995df470317759615 (diff) |
Add apex_available aidl + aidl&lang libraries
Test: b build com.android.neuralnetworks com.android.media.swcodec
Change-Id: I008b915b22e4c8c2cf1f0aee6cfdaf17374cb3a9
Diffstat (limited to 'bp2build/testing.go')
-rw-r--r-- | bp2build/testing.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bp2build/testing.go b/bp2build/testing.go index ee2ab0872..856b6eed9 100644 --- a/bp2build/testing.go +++ b/bp2build/testing.go @@ -228,6 +228,7 @@ type BazelTestResult struct { // // If ignoreUnexpected=true then it will ignore directories for which there are no expected targets. func (b BazelTestResult) CompareAllBazelTargets(t *testing.T, description string, expectedTargets map[string][]string, ignoreUnexpected bool) { + t.Helper() actualTargets := b.buildFileToTargets // Generate the sorted set of directories to check. |