Find a better way to package cloud_policy.proto |
|
Issue description
In chromeos-chrome-9999.ebuild, we do the following:
# Copy generated cloud_policy.proto. We can't do this in the
# protofiles ebuild since this is a generated proto.
insinto /usr/share/protofiles
doins "${FROM}"/gen/policy/cloud_policy.proto
This is fragile and breaks whenever the generated proto file is moved.
We need a mechanism to package this (and potentially other generated files required by tests) with chrome so that we do not have this dependency between chrome and the ebuild.
|
|
►
Sign in to add a comment |
|
Comment 1 by sheriffbot@chromium.org
, Aug 28 2017Status: Untriaged (was: Available)