vendor-linaro-devices: Add script to generate vendor package w/ version file
This adds a script to generate the vendor package.
When generating the package it will update the version.mk
file which can then be checked by the AOSP build to make
sure it matches the expected version.
We may want to switch to using $DATE-$SHA1 for the version.
However, it creates circular logic that the commit SHA1
won't have the correct version.mk since committing that
update will change the SHA1, so I've stuck to just $DATE
for now.
Signed-off-by: John Stultz <john.stultz@linaro.org>
3 files changed