commit | 2d91c61ef09b07cf6a77a11eac4ba0425d9f5b05 | [log] [tgz] |
---|---|---|
author | Christopher Wiley <wiley@google.com> | Thu Nov 19 13:52:15 2015 -0800 |
committer | Christopher Wiley <wiley@google.com> | Thu Nov 19 13:52:15 2015 -0800 |
tree | ea5c5eb6bab54424c4682b1820ab84aa2667e6da | |
parent | 0c595d47304e6c00a493600b4a46f655cd148db9 [diff] |
Fix race in C++ AIDL file generation The export_includes file for a library needs to express a dependency on all generated exported headers. For aidl generated headers, express a dependency on the .cpp file instead, since the generator promises to generate this file last. Unfortunately, the C++ headers generated from a .aidl file depend on the contents of the file. Change-Id: I9402b364e4538b502c0958ac8c7bd72cb0add724