diff options
| author | 2023-05-04 22:13:08 +0000 | |
|---|---|---|
| committer | 2023-05-04 22:13:08 +0000 | |
| commit | dbfcf85c53dd9d582e1a582dfa3b77a7436e4f37 (patch) | |
| tree | 52c527788ea2ffa7912cab0df8ced2c71bb5b80e /sdk/java_sdk_test.go | |
| parent | c0bdca91104e72b1435d02e7caf64c4eaef1998d (diff) | |
| parent | 7b845e808f07a607a9ecf630eea00a334636f0c5 (diff) | |
Merge changes I4e721b47,I1bf05ade
* changes:
Generate app profiles even if dexpreopt is disabled.
Generate boot image profiles even if dexpreopt is disabled.
Diffstat (limited to 'sdk/java_sdk_test.go')
| -rw-r--r-- | sdk/java_sdk_test.go | 2 |
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 |