Merge "Remove workaround for dupe RRO dirs"
This commit is contained in:
commit
e0233a5bdd
1 changed files with 0 additions and 3 deletions
|
@ -190,9 +190,6 @@ func (a *aapt) buildActions(ctx android.ModuleContext, sdkContext sdkContext, ex
|
|||
linkFlags, linkDeps, resDirs, overlayDirs, rroDirs := a.aapt2Flags(ctx, sdkContext, manifestPath)
|
||||
|
||||
rroDirs = append(rroDirs, staticRRODirs...)
|
||||
// TODO(b/124035856): stop de-duping when there are no more dupe resource dirs.
|
||||
rroDirs = android.FirstUniquePaths(rroDirs)
|
||||
|
||||
linkFlags = append(linkFlags, libFlags...)
|
||||
linkDeps = append(linkDeps, libDeps...)
|
||||
linkFlags = append(linkFlags, extraLinkFlags...)
|
||||
|
|
Loading…
Reference in a new issue