diff options
author | 2021-03-03 03:45:09 +0000 | |
---|---|---|
committer | 2021-03-03 03:45:09 +0000 | |
commit | 3bed960399dad2f97f75ef33e1ab407b84d3e6c7 (patch) | |
tree | fab99e9c0a77d484c025dbaba5048c13945f0136 /android/module.go | |
parent | fdf28ca403a7f2c37edf1becb7c2e6e679a1235b (diff) | |
parent | 8e93aba54569691a43560034910db8fb9e2b645c (diff) |
Merge "Fix a typo."
Diffstat (limited to 'android/module.go')
-rw-r--r-- | android/module.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/module.go b/android/module.go index f0e17bab8..e8fb7497e 100644 --- a/android/module.go +++ b/android/module.go @@ -753,7 +753,7 @@ type commonProperties struct { // Whether this module is installed to vendor ramdisk Vendor_ramdisk *bool - // Whether this module is built for non-native architecures (also known as native bridge binary) + // Whether this module is built for non-native architectures (also known as native bridge binary) Native_bridge_supported *bool `android:"arch_variant"` // init.rc files to be installed if this module is installed |