summaryrefslogtreecommitdiff
path: root/sdk/java_sdk_test.go
diff options
context:
space:
mode:
author Android Build Coastguard Worker <android-build-coastguard-worker@google.com> 2023-05-10 23:01:28 +0000
committer Android Build Coastguard Worker <android-build-coastguard-worker@google.com> 2023-05-10 23:01:28 +0000
commit2a2da661e5574a91856410252305af8979ab2a27 (patch)
tree1c29943f15b79702498fca3e659728014a56340c /sdk/java_sdk_test.go
parentd59fbbe91c0195872d03a32d188402e5a2ef3dd2 (diff)
parent51babf3c4c41a4112141286d626d9f573b521d51 (diff)
Snap for 10106040 from 51babf3c4c41a4112141286d626d9f573b521d51 to udc-release
Change-Id: Ief4ec76b452c9ac26701cdfd6cf6944e4673f58d
Diffstat (limited to 'sdk/java_sdk_test.go')
-rw-r--r--sdk/java_sdk_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/sdk/java_sdk_test.go b/sdk/java_sdk_test.go
index 3a2ecc00c..6159ea9c2 100644
--- a/sdk/java_sdk_test.go
+++ b/sdk/java_sdk_test.go
@@ -19,12 +19,14 @@ import (
"testing"
"android/soong/android"
+ "android/soong/dexpreopt"
"android/soong/java"
)
var prepareForSdkTestWithJava = android.GroupFixturePreparers(
java.PrepareForTestWithJavaBuildComponents,
PrepareForTestWithSdkBuildComponents,
+ dexpreopt.PrepareForTestWithFakeDex2oatd,
// Ensure that all source paths are provided. This helps ensure that the snapshot generation is
// consistent and all files referenced from the snapshot's Android.bp file have actually been