Don't add static libs resources to implemenation jars
am: 247e0cfaa4
Change-Id: I7857ac561d696371cc17fd337c061c99482157ea
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.staticJars...)
|
||||||
jars = append(jars, deps.staticResourceJars...)
|
|
||||||
|
|
||||||
manifest := j.overrideManifest
|
manifest := j.overrideManifest
|
||||||
if !manifest.Valid() && j.properties.Manifest != nil {
|
if !manifest.Valid() && j.properties.Manifest != nil {
|
||||||
|
Reference in New Issue
Block a user