Description[Android] Allow Java libraries to access resources from dependencies.
Libraries could previously access dependencies' resources in Java code
but not in XML layout files. This enables accessing these resources in
layout files as well, with the compromise that resources can now be
accessed using the wrong package name in Java code. Since resource
names are global anyway (an APK can't contain two resources with the
same name), this is deemed OK.
BUG=176069
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=190896
Patch Set 1 #
Total comments: 1
Patch Set 2 : removed gyp bug workaround #
Total comments: 4
Patch Set 3 : update list of resource inputs #Patch Set 4 : bettre spelling #
Messages
Total messages: 8 (0 generated)
|