Lines Matching defs:fileGroup
43 type fileGroup struct { struct
44 android.ModuleBase
45 properties fileGroupProperties
47 systemPublicSrcs android.Paths
48 systemPrivateSrcs android.Paths
49 systemVendorSrcs android.Paths
50 systemReqdMaskSrcs android.Paths
52 systemExtPublicSrcs android.Paths
53 systemExtPrivateSrcs android.Paths
55 productPublicSrcs android.Paths
56 productPrivateSrcs android.Paths
58 vendorSrcs android.Paths
59 vendorReqdMaskSrcs android.Paths
60 odmSrcs android.Paths
64 func (fg *fileGroup) SystemPublicSrcs() android.Paths {
69 func (fg *fileGroup) SystemPrivateSrcs() android.Paths {
74 func (fg *fileGroup) SystemVendorSrcs() android.Paths {
79 func (fg *fileGroup) SystemReqdMaskSrcs() android.Paths {
84 func (fg *fileGroup) SystemExtPublicSrcs() android.Paths {
89 func (fg *fileGroup) SystemExtPrivateSrcs() android.Paths {
94 func (fg *fileGroup) ProductPublicSrcs() android.Paths {
99 func (fg *fileGroup) ProductPrivateSrcs() android.Paths {
104 func (fg *fileGroup) VendorSrcs() android.Paths {
108 func (fg *fileGroup) VendorReqdMaskSrcs() android.Paths {
113 func (fg *fileGroup) OdmSrcs() android.Paths {
117 func (fg *fileGroup) findSrcsInDirs(ctx android.ModuleContext, dirs []string) android.Paths {
131 func (fg *fileGroup) findSrcsInDir(ctx android.ModuleContext, dir string) android.Paths {
135 func (fg *fileGroup) DepsMutator(ctx android.BottomUpMutatorContext) {}
137 func (fg *fileGroup) GenerateAndroidBuildActions(ctx android.ModuleContext) {