DescriptionFix handling of resources
This has several changes:
apks no longer export information about resources (this means to get
resources, a target must depend on the android_resources target).
libraries are only built against their direct resource dependencies. If
a library refers directly to some resource id, it should depend directly
on the corresponding android_resources target.
When building an apk, we now properly create the R.java files for all
the packages of all the apk's resource dependencies.
Since an apk will always have a resources srcjar, it will always have
java code (so remove the no-java path).
BUG=359249
Committed: https://crrev.com/fed93a9b98c45ad7b0c8d3e3b0b9805d5a5107ac
Cr-Commit-Position: refs/heads/master@{#295362}
Patch Set 1 #Patch Set 2 : #
Total comments: 1
Messages
Total messages: 10 (3 generated)
|