diff options
| author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | 2024-02-02 03:01:57 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2024-02-02 03:01:57 +0000 |
| commit | d8cb9505f82b6e6dc8bb188e48586899b1febf23 (patch) | |
| tree | 882b8e8b71cf4a6aa04e84272a5a15b2dab7fdd6 /apex | |
| parent | 838b29ebc7a139656a14a03d18cefd4f8276fa2e (diff) | |
| parent | 7d292228c194abde79d7f50ffc7bdd4a47e826bd (diff) | |
Merge "Determine GC type based on BUILT_KERNEL_VERSION_FILE." into main
Diffstat (limited to 'apex')
| -rw-r--r-- | apex/dexpreopt_bootjars_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apex/dexpreopt_bootjars_test.go b/apex/dexpreopt_bootjars_test.go index d9ab8fa60..7a17f501c 100644 --- a/apex/dexpreopt_bootjars_test.go +++ b/apex/dexpreopt_bootjars_test.go @@ -164,6 +164,7 @@ func TestDexpreoptBootJarsWithSourceArtApex(t *testing.T) { "out/soong/dexpreopt_arm64/dex_bootjars_input/baz.jar", "out/soong/.intermediates/art-bootclasspath-fragment/android_common_apex10000/art-bootclasspath-fragment/boot.prof", "out/soong/.intermediates/default/java/dex_bootjars/android_common/boot/boot.prof", + "out/soong/dexpreopt/uffd_gc_flag.txt", } expectedOutputs := []string{ @@ -201,6 +202,7 @@ func TestDexpreoptBootJarsWithPrebuiltArtApex(t *testing.T) { "out/soong/dexpreopt_arm64/dex_bootjars_input/baz.jar", "out/soong/.intermediates/prebuilt_com.android.art.deapexer/android_common/deapexer/etc/boot-image.prof", "out/soong/.intermediates/default/java/dex_bootjars/android_common/boot/boot.prof", + "out/soong/dexpreopt/uffd_gc_flag.txt", } expectedOutputs := []string{ |
