Home
last modified time | relevance | path

Searched defs:VendorSnapshotImage (Results 1 – 2 of 2) sorted by relevance

/build/soong/snapshot/
Dvendor_snapshot.go78 type VendorSnapshotImage struct{} struct
80 func (VendorSnapshotImage) Init(ctx android.RegistrationContext) {
85 …sterAdditionalModule(ctx android.RegistrationContext, name string, factory android.ModuleFactory) {
89 func (VendorSnapshotImage) shouldGenerateSnapshot(ctx android.SingletonContext) bool {
94 func (VendorSnapshotImage) InImage(m SnapshotModuleInterfaceBase) func() bool {
105 func (VendorSnapshotImage) IsProprietaryPath(dir string, deviceConfig android.DeviceConfig) bool {
109 func (VendorSnapshotImage) ExcludeFromSnapshot(m SnapshotModuleInterfaceBase) bool {
120 func (VendorSnapshotImage) IsUsingSnapshot(cfg android.DeviceConfig) bool {
125 func (VendorSnapshotImage) TargetSnapshotVersion(cfg android.DeviceConfig) string {
130 func (VendorSnapshotImage) ExcludeFromDirectedSnapshot(cfg android.DeviceConfig, name string) bool {
[all …]
/build/soong/cc/
Dsnapshot_prebuilt.go45 *snapshot.VendorSnapshotImage anonMember