Chromium Code Reviews
DescriptionUpdating android_aar_prebuilt rule to prevent unneeded args if the res folder is empty.
If archive res folder exists but is empty, android_aar_prebuilt should not
ad the 'generated_resource_dirs' and 'generated_resource_files' args.
This is an issue if an aar has both a R.txt file and and empty res
folder. In that case the generated __res.build_config file will
have a 'resources_dirs' arg for a folder that does not exist.
BUG=702606
R=agrieve@chromium.org
TEST=See crbug.com/702606 for steps to repro
Patch Set 1 #Patch Set 2 : Adding name to AUTHORS file #Messages
Total messages: 6 (2 generated)
|