Improve documentation of CompileMultiTargets and related properties
Test: m nothing Change-Id: I1e3f0bf7e2a1303d2519d8405a228e9234235514
This commit is contained in:
@@ -1778,6 +1778,8 @@ func filterMultilibTargets(targets []Target, multilib string) []Target {
|
||||
return ret
|
||||
}
|
||||
|
||||
// Return the set of Os specific common architecture targets for each Os in a list of
|
||||
// targets.
|
||||
func getCommonTargets(targets []Target) []Target {
|
||||
var ret []Target
|
||||
set := make(map[string]bool)
|
||||
|
Reference in New Issue
Block a user