diff --git a/server/datastore/mysql/hosts.go b/server/datastore/mysql/hosts.go index 24126149c6..2d846b66d5 100644 --- a/server/datastore/mysql/hosts.go +++ b/server/datastore/mysql/hosts.go @@ -4156,8 +4156,7 @@ func (ds *Datastore) AggregatedMDMSolutions(ctx context.Context, teamID *uint, p func (ds *Datastore) GenerateAggregatedMunkiAndMDM(ctx context.Context) error { var ( - // TODO(android): add android to this list? - platforms = []string{"", "darwin", "windows", "ios", "ipados"} + platforms = []string{"", "darwin", "windows", "ios", "ipados", "android"} teamIDs []uint )