summaryrefslogtreecommitdiff
path: root/sdk/java_sdk_test.go
diff options
context:
space:
mode:
author Qiao Yang <qiaoccolato@google.com> 2023-05-05 16:43:45 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2023-05-05 16:43:45 +0000
commit7081aaf874c17404306935e35f7ddf1a24a5f1e0 (patch)
tree9f3975c44f52cfe6ec7ec0776f422f669fdec283 /sdk/java_sdk_test.go
parent9f196e1f3f48010c868e7e961d21b4a32a470005 (diff)
parent8d8c660710037e87c7094a612246d64e5af74846 (diff)
Merge changes from topic "revert-2574032-XXTWCJDTDQ"
* changes: Revert "Generate boot image profiles even if dexpreopt is disabled." Revert "Generate app profiles even if dexpreopt is disabled."
Diffstat (limited to 'sdk/java_sdk_test.go')
-rw-r--r--sdk/java_sdk_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/sdk/java_sdk_test.go b/sdk/java_sdk_test.go
index 6159ea9c2..3a2ecc00c 100644
--- a/sdk/java_sdk_test.go
+++ b/sdk/java_sdk_test.go
@@ -19,14 +19,12 @@ 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