aboutsummaryrefslogtreecommitdiffstats
path: root/android/module.go
diff options
context:
space:
mode:
Diffstat (limited to 'android/module.go')
-rw-r--r--android/module.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/android/module.go b/android/module.go
index 1e544700..a011f571 100644
--- a/android/module.go
+++ b/android/module.go
@@ -242,6 +242,9 @@ type commonProperties struct {
// init.rc files to be installed if this module is installed
Init_rc []string
+ // VINTF manifest fragments to be installed if this module is installed
+ Vintf_fragments []string
+
// names of other modules to install if this module is installed
Required []string `android:"arch_variant"`