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

am: 706eb5dda6

Change-Id: Ifc5f5f3e961e1b0c4298f81b71cc2f26f7c39a7f
This commit is contained in:
Nicolas Geoffray
2019-02-26 13:08:56 -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, ":"))