Description[Android] Add an option to skip v14 resource verification.
Android AAPT 21+ will automatically move attributes to a version
of the XML file with -vXX resource qualifier. So we no longer need
our generate_v14_compatible_resources.py script.
But AAPT only drops the attributes, so if we don't use our script,
we need to put left/right in addition to start/end in our layout xmls.
The plan is, disabling our script for Android support library and
keep using for ourselves, until we can drop the script entirely
when we discontinue support for JB.
TBR=cjhopman@chromium.org
BUG=487391
Committed: https://crrev.com/2b7115f8e111708c1e52257c34f91dc1549c298f
Cr-Commit-Position: refs/heads/master@{#329947}
Patch Set 1 #
Total comments: 2
Messages
Total messages: 20 (7 generated)
|