From 6095259f5b1046ad00f8af59c74ef083c4c59c1d Mon Sep 17 00:00:00 2001 From: Neil Fuller Date: Fri, 24 Aug 2018 14:45:18 +0100 Subject: Track changes to add core-simple to the boot cp See the change in build/make for details. Bug: 113148576 Test: make checkbuild / Treehugger Change-Id: I6f7901642c6b907b1e8e9dd31ced3bf1ea6dfd4d --- java/java_test.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'java/java_test.go') diff --git a/java/java_test.go b/java/java_test.go index 72341ee26..c9f3dbf17 100644 --- a/java/java_test.go +++ b/java/java_test.go @@ -101,6 +101,7 @@ func testContext(config android.Config, bp string, "core-oj", "core-libart", "core-lambda-stubs", + "core-simple", "framework", "ext", "okhttp", @@ -353,14 +354,14 @@ var classpathTestcases = []struct { }{ { name: "default", - bootclasspath: []string{"core-oj", "core-libart"}, + bootclasspath: []string{"core-oj", "core-libart", "core-simple"}, system: "core-system-modules", classpath: []string{"ext", "framework", "okhttp"}, }, { name: "blank sdk version", properties: `sdk_version: "",`, - bootclasspath: []string{"core-oj", "core-libart"}, + bootclasspath: []string{"core-oj", "core-libart", "core-simple"}, system: "core-system-modules", classpath: []string{"ext", "framework", "okhttp"}, }, -- cgit v1.2.3-59-g8ed1b