summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Roland Levillain <rpl@google.com> 2019-06-05 14:42:57 +0100
committer Roland Levillain <rpl@google.com> 2019-06-05 14:46:25 +0100
commitf5b635d51fa3c5f2a2d61fba3a3cfa1b37ef625f (patch)
treefd7170ee12e0058b51bae2f44a426a6f412d8e1f
parent06b2c69cfecaef535b1e1ccfd256d840dc80afe4 (diff)
Remove extra word in soong.android.archMutator's comment.
Test: n/a Change-Id: Idb12ebe3f1c1f5bac303fba3ea98aaa569294e90
-rw-r--r--android/arch.go2
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