aboutsummaryrefslogtreecommitdiffstats
path: root/java/dexpreopt_bootjars_test.go
diff options
context:
space:
mode:
authorMathieu Chartier <mathieuc@google.com>2019-06-26 10:01:36 -0700
committerMathieu Chartier <mathieuc@google.com>2019-06-26 14:54:47 -0700
commit6adeee1131c87ecfba36d154165959d477b9d890 (patch)
treed353e4fb2aa5a8481cffe566a3611d9546a35947 /java/dexpreopt_bootjars_test.go
parenta6c4ff2cc815d9e467b31ec84799094ad1f714e7 (diff)
downloadbuild_soong-6adeee1131c87ecfba36d154165959d477b9d890.tar.gz
build_soong-6adeee1131c87ecfba36d154165959d477b9d890.tar.bz2
build_soong-6adeee1131c87ecfba36d154165959d477b9d890.zip
Revert "Revert "Remove option to create boot image based on preloaded classes""
Test: make Test: build/soong/scripts/build-ndk-prebuilts.sh This reverts commit d3f688b521438556f62495d2ed7cacc3a2768b36. Change-Id: Ia8898d11d67e5f0c4d8886f13d29f5dbd5f8609b
Diffstat (limited to 'java/dexpreopt_bootjars_test.go')
-rw-r--r--java/dexpreopt_bootjars_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/dexpreopt_bootjars_test.go b/java/dexpreopt_bootjars_test.go
index cbb52f15..f91ff692 100644
--- a/java/dexpreopt_bootjars_test.go
+++ b/java/dexpreopt_bootjars_test.go
@@ -62,6 +62,7 @@ func TestDexpreoptBootJars(t *testing.T) {
bootArt := dexpreoptBootJars.Output("boot.art")
expectedInputs := []string{
+ "dex_bootjars/boot.prof",
"dex_bootjars_input/foo.jar",
"dex_bootjars_input/bar.jar",
"dex_bootjars_input/baz.jar",