diff options
| author | 2019-05-03 22:23:00 +0000 | |
|---|---|---|
| committer | 2019-05-03 22:23:00 +0000 | |
| commit | ec89e4c65c11c4f2303f6083939c6acb0c2281e3 (patch) | |
| tree | 1c32b3bae608715db4564a1eea0935910e87c7cc /android/module.go | |
| parent | b0e7320fbc78aaa7afd0bc0f0df2fda306b8ca64 (diff) | |
| parent | 1f33e40972c18255188ca02877fb44e633cf2782 (diff) | |
Merge "Add native_bridge target to Android.bp"
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"` |