I need to integrate tool which generates resources. However, resource directory list is hardcoded inside aaptGenerateTask and aaptPackageTask to be main resource directory plus resource directories from referenced library projects.
This change extracts resource directory list into res-path task which can be modified. It contains main resource directory and ones from library projects by default.
I need to integrate tool which generates resources. However, resource directory list is hardcoded inside
aaptGenerateTask
andaaptPackageTask
to be main resource directory plus resource directories from referenced library projects.This change extracts resource directory list into
res-path
task which can be modified. It contains main resource directory and ones from library projects by default.