Searched refs:ProductAAPTCharacteristics (Results 1 – 2 of 2) sorted by relevance
521 if !hasProduct && len(ctx.Config().ProductAAPTCharacteristics()) > 0 {522 aaptLinkFlags = append(aaptLinkFlags, "--product", ctx.Config().ProductAAPTCharacteristics())
682 func (c *config) ProductAAPTCharacteristics() string { func