Merge "Fix rebuilding with whitelisted_files"

am: 70b0162472

Change-Id: I68a8fe22d74a2b7220fa11f76b573de5cce121ed
This commit is contained in:
Dan Willemsen 2020-01-28 18:04:31 -08:00 committed by android-build-merger
commit d54b9ceacc
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ var (
`echo -e "New unexpected files were added to ${apex_module_name}." ` + `echo -e "New unexpected files were added to ${apex_module_name}." ` +
` "To fix the build run following command:" && ` + ` "To fix the build run following command:" && ` +
`echo "system/apex/tools/update_whitelist.sh ${whitelisted_files_file} ${image_content_file}" && ` + `echo "system/apex/tools/update_whitelist.sh ${whitelisted_files_file} ${image_content_file}" && ` +
`exit 1)`, `exit 1); touch ${out}`,
Description: "Diff ${image_content_file} and ${whitelisted_files_file}", Description: "Diff ${image_content_file} and ${whitelisted_files_file}",
}, "image_content_file", "whitelisted_files_file", "apex_module_name") }, "image_content_file", "whitelisted_files_file", "apex_module_name")
) )