Home
last modified time | relevance | path

Searched refs:ProductAAPTCharacteristics (Results 1 – 2 of 2) sorted by relevance

/build/soong/java/
Dapp.go521 if !hasProduct && len(ctx.Config().ProductAAPTCharacteristics()) > 0 {
522 aaptLinkFlags = append(aaptLinkFlags, "--product", ctx.Config().ProductAAPTCharacteristics())
/build/soong/android/
Dconfig.go682 func (c *config) ProductAAPTCharacteristics() string { func