summaryrefslogtreecommitdiff
path: root/android/apex.go
diff options
context:
space:
mode:
Diffstat (limited to 'android/apex.go')
-rw-r--r--android/apex.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/android/apex.go b/android/apex.go
index 91fa2c718..4e92f44f6 100644
--- a/android/apex.go
+++ b/android/apex.go
@@ -646,6 +646,13 @@ type ApexBundleDepsInfoIntf interface {
FullListPath() Path
}
+type ApexBundleDepsData struct {
+ Updatable bool
+ FlatListPath Path
+}
+
+var ApexBundleDepsDataProvider = blueprint.NewProvider[ApexBundleDepsData]()
+
func (d *ApexBundleDepsInfo) FlatListPath() Path {
return d.flatListPath
}