DescriptionFix Java file generation rule in java_aidl.gypi
The Java file generation rule in java_aidl.gypi assumes the wrong output path
for the generated file. This leads to spurious rebuilds.
The problem is that by default, the aidl tool outputs the Java file to
<output-path>/<package-path>/<input-file-root>.java, not to
<output-path>/<input-file-root>.java as assumed by the rule. This change fixes
the problem by explicitly specifying the output path to aidl.
Also remove superfluous path components on input files.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=145982
Patch Set 1 #
Total comments: 5
Patch Set 2 : Explicitly set output path #
Messages
Total messages: 13 (0 generated)
|