Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f5b635d5 authored by Roland Levillain's avatar Roland Levillain
Browse files

Remove extra word in soong.android.archMutator's comment.

Test: n/a
Change-Id: Idb12ebe3f1c1f5bac303fba3ea98aaa569294e90
parent 06b2c69c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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