Home
last modified time | relevance | path

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

/build/soong/cc/
Dsnapshot_prebuilt.go83 type vendorSnapshotImage struct{} struct
111 func (vendorSnapshotImage) init(ctx android.RegistrationContext) {
123 func (vendorSnapshotImage) shouldGenerateSnapshot(ctx android.SingletonContext) bool {
128 func (vendorSnapshotImage) inImage(m LinkableInterface) func() bool {
132 func (vendorSnapshotImage) private(m LinkableInterface) bool {
153 func (vendorSnapshotImage) isProprietaryPath(dir string, deviceConfig android.DeviceConfig) bool {
158 func (vendorSnapshotImage) includeVndk() bool {
162 func (vendorSnapshotImage) excludeFromSnapshot(m LinkableInterface) bool {
166 func (vendorSnapshotImage) isUsingSnapshot(cfg android.DeviceConfig) bool {
171 func (vendorSnapshotImage) targetSnapshotVersion(cfg android.DeviceConfig) string {
[all …]