Merge "Move the caching/restoring code from soong to blueprint to fully skip build actions." into main
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
package java
|
||||
|
||||
import (
|
||||
"encoding/gob"
|
||||
"fmt"
|
||||
"path/filepath"
|
||||
"reflect"
|
||||
@@ -2519,6 +2520,8 @@ var overridableJarJarPrefix = "com.android.internal.hidden_from_bootclasspath"
|
||||
|
||||
func init() {
|
||||
android.SetJarJarPrefixHandler(mergeJarJarPrefixes)
|
||||
|
||||
gob.Register(BaseJarJarProviderData{})
|
||||
}
|
||||
|
||||
// BaseJarJarProviderData contains information that will propagate across dependencies regardless of
|
||||
|
Reference in New Issue
Block a user