Skip to content

Commit

Permalink
Fix path of transform configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
Gautam Korlam committed Jan 25, 2017
1 parent e989a03 commit cc0d1ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ final class TrasformDependencyWriterRuleComposer extends AndroidBuckRuleComposer

List<String> input = []
if (configFile != null) {
input.add(getTransformConfigRuleForFile(target.project, new File(configFile)))
input.add(getTransformConfigRuleForFile(target.project, target.rootProject.file(configFile)))
}

String output = "\$OUT"
Expand Down

0 comments on commit cc0d1ff

Please sign in to comment.