Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 430c8c3e authored by Ying Wang's avatar Ying Wang Committed by Gerrit Code Review
Browse files

Merge "Add phony source target in the generated dependency file of aidl."

parents 6430812a 50fb02da
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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;