am 430c8c3e: Merge "Add phony source target in the generated dependency file of aidl."

* commit '430c8c3e48b361f75d29d05b8fda3aac22ceb1f9':
  Add phony source target in the generated dependency file of aidl.
This commit is contained in:
Ying Wang
2015-07-24 00:54:53 +00:00
committed by Android Git Automerger

View File

@@ -675,6 +675,10 @@ generate_dep_file(const Options& options, const document_item_type* items)
fprintf(to, "\n");
// Output "<input_aidl_file>: " so make won't fail if the input .aidl file
// has been deleted, moved or renamed in incremental build.
fprintf(to, "%s :\n", options.inputFileName.c_str());
// Output "<imported_file>: " so make won't fail if the imported file has
// been deleted, moved or renamed in incremental build.
import = g_imports;