diff options
author | 2021-03-02 16:58:08 -0800 | |
---|---|---|
committer | 2021-03-02 16:58:08 -0800 | |
commit | 8e93aba54569691a43560034910db8fb9e2b645c (patch) | |
tree | 9cf85731b385ac3fdb7a0ac9c25a83e2baea6060 /android/module.go | |
parent | c572b5bf62ba925e017fed347a40903fb0268f09 (diff) |
Fix a typo.
Fixes: 181712201
Test: N/A
Change-Id: I170a737906dc0c796bc2063b83a25ced5b4a68c9
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 1936d3cfb..8245861bd 100644 --- a/android/module.go +++ b/android/module.go @@ -752,7 +752,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 |