Merge "Drop IncludeTags" into main

This commit is contained in:
Treehugger Robot
2024-06-06 22:12:38 +00:00
committed by Gerrit Code Review
7 changed files with 0 additions and 17 deletions

View File

@@ -98,7 +98,6 @@ func newContext(configuration android.Config) *android.Context {
ctx := android.NewContext(configuration)
ctx.SetNameInterface(newNameResolver(configuration))
ctx.SetAllowMissingDependencies(configuration.AllowMissingDependencies())
ctx.AddIncludeTags(configuration.IncludeTags()...)
ctx.AddSourceRootDirs(configuration.SourceRootDirs()...)
return ctx
}