Merge "Revert "Use hashed subdir for soong_config modules"" into main
This commit is contained in:
@@ -188,7 +188,6 @@ type ModuleContext interface {
|
||||
TargetRequiredModuleNames() []string
|
||||
|
||||
ModuleSubDir() string
|
||||
SoongConfigTraceHash() string
|
||||
|
||||
Variable(pctx PackageContext, name, value string)
|
||||
Rule(pctx PackageContext, name string, params blueprint.RuleParams, argNames ...string) blueprint.Rule
|
||||
@@ -382,10 +381,6 @@ func (m *moduleContext) ModuleSubDir() string {
|
||||
return m.bp.ModuleSubDir()
|
||||
}
|
||||
|
||||
func (m *moduleContext) SoongConfigTraceHash() string {
|
||||
return m.module.base().commonProperties.SoongConfigTraceHash
|
||||
}
|
||||
|
||||
func (m *moduleContext) InstallInData() bool {
|
||||
return m.module.InstallInData()
|
||||
}
|
||||
|
Reference in New Issue
Block a user