Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EscapeList ¶
Types ¶
type Group ¶
type Group interface { AddString(name, value string) AddOptionalString(name string, value *string) AddBool(name string, value bool) AddOptionalBool(name string, value *bool) AddStringList(name string, list []string) AddStringCmd(name string, argLists ...[]string) AddInt(name string, value int) NewGroup(name string) Group NewGroupList(name string) GroupList }
Adjacent properties within an Android.bp file
Click to show internal directories.
Click to hide internal directories.