summaryrefslogtreecommitdiff
path: root/apex/container_test.go
diff options
context:
space:
mode:
author Colin Cross <ccross@android.com> 2024-11-18 21:01:40 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-11-18 21:01:40 +0000
commite99f07cec965fe11f1116b87cd8235ae8434b2f8 (patch)
treeb21b83baf2607555b2a389a47ecab9b5e8b03fa6 /apex/container_test.go
parent8cf741ab02dc2feb07e843232d897ed0413a9c39 (diff)
parente4f34886916e5ef36abe8346829dec51020ae0f0 (diff)
Merge "Don't use DirectlyInAnyApex to enable dex and coverage" into main
Diffstat (limited to 'apex/container_test.go')
-rw-r--r--apex/container_test.go6
1 files changed, 4 insertions, 2 deletions
diff --git a/apex/container_test.go b/apex/container_test.go
index d1dfb9cab..395793f61 100644
--- a/apex/container_test.go
+++ b/apex/container_test.go
@@ -15,10 +15,11 @@
package apex
import (
- "android/soong/android"
- "android/soong/java"
"fmt"
"testing"
+
+ "android/soong/android"
+ "android/soong/java"
)
var checkContainerMatch = func(t *testing.T, name string, container string, expected bool, actual bool) {
@@ -329,6 +330,7 @@ func TestUpdatableAndNonUpdatableApexesIdenticalMinSdkVersion(t *testing.T) {
],
min_sdk_version: "30",
sdk_version: "current",
+ compile_dex: true,
}
`)