diff options
Diffstat (limited to 'android/filegroup.go')
-rw-r--r-- | android/filegroup.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/android/filegroup.go b/android/filegroup.go index 4daff8f68..47102b915 100644 --- a/android/filegroup.go +++ b/android/filegroup.go @@ -41,11 +41,11 @@ type fileGroupProperties struct { Exclude_srcs proptools.Configurable[[]string] `android:"path"` - // Sources the will be included in the filegroup, but any module dependencies will be added + // Sources that will be included in the filegroup, but any module dependencies will be added // using the device os and the device's first architecture's variant. Device_first_srcs proptools.Configurable[[]string] `android:"path_device_first"` - // Sources the will be included in the filegroup, but any module dependencies will be added + // Sources that will be included in the filegroup, but any module dependencies will be added // using the device os and the common architecture's variant. Device_common_srcs proptools.Configurable[[]string] `android:"path_device_common"` |