Don't add static libs resources to implemenation jars am: 247e0cfaa4
am: 9cbdd49dc8
Change-Id: Icf1bce0b09cd74225bfc483c6d174a398787db99
This commit is contained in:
@@ -1133,7 +1133,6 @@ func (j *Module) compile(ctx android.ModuleContext, extraSrcJars ...android.Path
|
||||
}
|
||||
|
||||
jars = append(jars, deps.staticJars...)
|
||||
jars = append(jars, deps.staticResourceJars...)
|
||||
|
||||
manifest := j.overrideManifest
|
||||
if !manifest.Valid() && j.properties.Manifest != nil {
|
||||
|
Reference in New Issue
Block a user