diff options
| author | 2019-06-05 14:42:57 +0100 | |
|---|---|---|
| committer | 2019-06-05 14:46:25 +0100 | |
| commit | f5b635d51fa3c5f2a2d61fba3a3cfa1b37ef625f (patch) | |
| tree | fd7170ee12e0058b51bae2f44a426a6f412d8e1f | |
| parent | 06b2c69cfecaef535b1e1ccfd256d840dc80afe4 (diff) | |
Remove extra word in soong.android.archMutator's comment.
Test: n/a
Change-Id: Idb12ebe3f1c1f5bac303fba3ea98aaa569294e90
| -rw-r--r-- | android/arch.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/arch.go b/android/arch.go index 68fc149fe..04eb1e214 100644 --- a/android/arch.go +++ b/android/arch.go @@ -710,7 +710,7 @@ func (target Target) String() string { // - The HostOrDeviceSupported value passed in to InitAndroidArchModule by the module type factory, which selects // whether the module type can compile for host, device or both. // - The host_supported and device_supported properties on the module. -// If host is supported for the module, the Host and HostCross OsClasses are are selected. If device is supported +// If host is supported for the module, the Host and HostCross OsClasses are selected. If device is supported // for the module, the Device OsClass is selected. // Within each selected OsClass, the multilib selection is determined by: // - The compile_multilib property if it set (which may be overriden by target.android.compile_multlib or |