Add global tags properties, remove resourceDirs
Add tags to the global properties, but ignore it for now. Remove resourceDirs, we don't use it. Change-Id: I1862573d3ac02e539492c8ff95bacbab3588bfc4
This commit is contained in:
@@ -78,7 +78,7 @@ type AndroidDynamicDependerModuleContext interface {
|
|||||||
type commonProperties struct {
|
type commonProperties struct {
|
||||||
Name string
|
Name string
|
||||||
Deps []string
|
Deps []string
|
||||||
ResourceDirs []string
|
Tags []string
|
||||||
|
|
||||||
// disabled: don't emit any build rules for this module
|
// disabled: don't emit any build rules for this module
|
||||||
Disabled bool `android:"arch_variant"`
|
Disabled bool `android:"arch_variant"`
|
||||||
@@ -244,10 +244,6 @@ func (p *AndroidModuleBase) NoAddressSanitizer() bool {
|
|||||||
return p.noAddressSanitizer
|
return p.noAddressSanitizer
|
||||||
}
|
}
|
||||||
|
|
||||||
func (p *AndroidModuleBase) resourceDirs() []string {
|
|
||||||
return p.commonProperties.ResourceDirs
|
|
||||||
}
|
|
||||||
|
|
||||||
func (a *AndroidModuleBase) generateModuleTarget(ctx blueprint.ModuleContext) {
|
func (a *AndroidModuleBase) generateModuleTarget(ctx blueprint.ModuleContext) {
|
||||||
if a != ctx.FinalModule().(AndroidModule).base() {
|
if a != ctx.FinalModule().(AndroidModule).base() {
|
||||||
return
|
return
|
||||||
|
Reference in New Issue
Block a user