Merge "Fix rebuilding with whitelisted_files" am: 70b0162472
am: d54b9ceacc
Change-Id: I28ed01457dc80a105937fca5dd4a2fb07bb20e37
This commit is contained in:
commit
b44012d8fb
|
@ -160,7 +160,7 @@ var (
|
|||
`echo -e "New unexpected files were added to ${apex_module_name}." ` +
|
||||
` "To fix the build run following command:" && ` +
|
||||
`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}",
|
||||
}, "image_content_file", "whitelisted_files_file", "apex_module_name")
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue