Merge "Fix a typo." am: 3bed960399

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1613841

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Icb89cf17862ea178514a35fac353d44f8705232c
This commit is contained in:
Treehugger Robot
2021-03-03 08:19:56 +00:00
committed by Automerger Merge Worker

View File

@@ -753,7 +753,7 @@ type commonProperties struct {
// Whether this module is installed to vendor ramdisk // Whether this module is installed to vendor ramdisk
Vendor_ramdisk *bool 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"` Native_bridge_supported *bool `android:"arch_variant"`
// init.rc files to be installed if this module is installed // init.rc files to be installed if this module is installed