commit | 50e24f437da9f47f97315dc9e11b2ba20a3dd829 | [log] [tgz] |
---|---|---|
author | Alex Deymo <deymo@google.com> | Wed Jan 27 20:48:54 2016 -0800 |
committer | Alex Deymo <deymo@google.com> | Thu Jan 28 04:54:39 2016 +0000 |
tree | b96651cee67194aa4aad0d9a01da0ad079866d90 | |
parent | 40892497a9b1ea124058baf09f5f2873a15cb696 [diff] |
Remove warning about update-payload-key redefined. Android defines a rule for installing the file /etc/update_engine/update-payload-key.pub.pem for non-Brillo targets in the build/core/Makefile, which overrides the rule defined here but generates a warning. This CL restricts the brillo-update-payload-key to BRILLO targets only, avoiding the double definition. Bug: None TEST=`make dist` doesn't show the warning anymore. Change-Id: I42fa8970767858af12325e65a4ea418f8c1fcc11