Home
last modified time | relevance | path

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

/build/soong/cc/
Dsnapshot_prebuilt.go84 type recoverySnapshotImage struct{} struct
193 func (recoverySnapshotImage) init(ctx android.RegistrationContext) {
203 func (recoverySnapshotImage) shouldGenerateSnapshot(ctx android.SingletonContext) bool {
209 func (recoverySnapshotImage) inImage(m LinkableInterface) func() bool {
214 func (recoverySnapshotImage) private(m LinkableInterface) bool {
218 func (recoverySnapshotImage) isProprietaryPath(dir string, deviceConfig android.DeviceConfig) bool {
223 func (recoverySnapshotImage) includeVndk() bool {
227 func (recoverySnapshotImage) excludeFromSnapshot(m LinkableInterface) bool {
231 func (recoverySnapshotImage) isUsingSnapshot(cfg android.DeviceConfig) bool {
236 func (recoverySnapshotImage) targetSnapshotVersion(cfg android.DeviceConfig) string {
[all …]