commit | f813619816eb56fd852b6e567bf8b1e79442e3e1 | [log] [tgz] |
---|---|---|
author | Christopher Wiley <wiley@google.com> | Tue Apr 12 14:19:35 2016 -0700 |
committer | Christopher Wiley <wiley@google.com> | Tue Apr 12 14:19:35 2016 -0700 |
tree | b3e18fbaa7eba701878f787aea498cc99937255b | |
parent | a0c6b6e425c69c189209518c3f64c95002f9f0a2 [diff] |
Output correct dependency file with only output dir There are three ways aidl can decide on the path to write generated java: - A literal output path - Writing output next to the input (no output directory given) - Writing output to an output directory Fix a bug where we were writing an incorrect dependency file in the last case, where we are given an output directory, but no output path. Bug: 28091660 Change-Id: I7fa743c6f32292e44439b7dc3ce7e49421b93d05 Test: added a unittest