Searched refs:ndkMigratedLibs (Results 1 – 4 of 4) sorted by relevance
64 ndkMigratedLibs = []string{} var246 for _, lib := range ndkMigratedLibs {251 ndkMigratedLibs = append(ndkMigratedLibs, name)
173 sort.Strings(ndkMigratedLibs)174 ctx.Strict("NDK_MIGRATED_LIBS", strings.Join(ndkMigratedLibs, " "))
508 return inList(c.Name(), ndkMigratedLibs)1194 if !inList(name, ndkMigratedLibs) {
762 …dk := inList(ctx.baseModuleName(), llndkLibraries) || inList(ctx.baseModuleName(), ndkMigratedLibs)