diff options
Diffstat (limited to 'android/module.go')
| -rw-r--r-- | android/module.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/android/module.go b/android/module.go index e3c37bb2e..fb5c00acb 100644 --- a/android/module.go +++ b/android/module.go @@ -290,6 +290,9 @@ type commonProperties struct { // Whether this module is installed to recovery partition Recovery *bool + // Whether this module is built for non-native architecures (also known as native bridge binary) + Native_bridge_supported *bool `android:"arch_variant"` + // init.rc files to be installed if this module is installed Init_rc []string `android:"path"` |