Merge "Add a DEX2OAT_BOOTCLASSPATH variable." am: 9ce33353c5 am: 706eb5dda6

am: 8b482295b6

Change-Id: I6f1583c57d14395b4d506291fa74802e3adb4e00
This commit is contained in:
Nicolas Geoffray
2019-02-26 13:17:01 -08:00
committed by android-build-merger

View File

@@ -196,6 +196,7 @@ func init() {
func dexpreoptConfigMakevars(ctx android.MakeVarsContext) {
ctx.Strict("PRODUCT_BOOTCLASSPATH", strings.Join(defaultBootclasspath(ctx), ":"))
ctx.Strict("PRODUCT_DEX2OAT_BOOTCLASSPATH", strings.Join(defaultBootImageConfig(ctx).dexLocations, ":"))
ctx.Strict("PRODUCT_SYSTEM_SERVER_CLASSPATH", strings.Join(systemServerClasspath(ctx), ":"))
ctx.Strict("DEXPREOPT_BOOT_JARS_MODULES", strings.Join(defaultBootImageConfig(ctx).modules, ":"))