summaryrefslogtreecommitdiff
path: root/android/variable.go
diff options
context:
space:
mode:
Diffstat (limited to 'android/variable.go')
-rw-r--r--android/variable.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/android/variable.go b/android/variable.go
index a3fdafb77..684aab0b1 100644
--- a/android/variable.go
+++ b/android/variable.go
@@ -181,8 +181,9 @@ type variableProperties struct {
// release_aidl_use_unfrozen is "true" when a device can
// use the unfrozen versions of AIDL interfaces.
Release_aidl_use_unfrozen struct {
- Cflags []string
- Cmd *string
+ Cflags []string
+ Cmd *string
+ Vintf_fragments []string
}
} `android:"arch_variant"`
}