Loading java/dexpreopt.go +1 −1 Original line number Diff line number Diff line Loading @@ -562,7 +562,7 @@ func (d *dexpreopter) dexpreopt(ctx android.ModuleContext, libName string, dexJa // TODO(b/346662300): Let dexpreopter generate the installPath for dexpreopt files instead of // using the dex location to generate the installPath. if isApexSystemServerJar { dexpreoptPartition = "system" dexpreoptPartition = dexpreoptConfig.ApexPartition } for _, install := range dexpreoptRule.Installs() { // Remove the "/" prefix because the path should be relative to $ANDROID_PRODUCT_OUT. Loading Loading
java/dexpreopt.go +1 −1 Original line number Diff line number Diff line Loading @@ -562,7 +562,7 @@ func (d *dexpreopter) dexpreopt(ctx android.ModuleContext, libName string, dexJa // TODO(b/346662300): Let dexpreopter generate the installPath for dexpreopt files instead of // using the dex location to generate the installPath. if isApexSystemServerJar { dexpreoptPartition = "system" dexpreoptPartition = dexpreoptConfig.ApexPartition } for _, install := range dexpreoptRule.Installs() { // Remove the "/" prefix because the path should be relative to $ANDROID_PRODUCT_OUT. Loading