klte-common: Allow setting custom copyright years per-variant

Change-Id: I191f8cfa443586447d49ef328cc36c1c2068256d
This commit is contained in:
Paul Keith 2017-08-10 18:22:18 +02:00 committed by Kevin F. Haggerty
parent aae26bb6aa
commit 13e2e6227e
1 changed files with 4 additions and 0 deletions

View File

@ -43,6 +43,10 @@ write_makefiles "$MY_DIR"/common-proprietary-files.txt
write_footers
if [ ! -z $VARIANT_COPYRIGHT_YEAR ]; then
export INITIAL_COPYRIGHT_YEAR=$VARIANT_COPYRIGHT_YEAR
fi
# Reinitialize the helper for device
setup_vendor "$DEVICE" "$VENDOR" "$CM_ROOT"