Skip to content
Snippets Groups Projects
Commit 0c74cf1e authored by Dhina17's avatar Dhina17
Browse files

onclite: extractor: Set proper initial copyright year for our device

* also set false to common device tree($4) in setup_vendor()

Change-Id: I64c9bff0b86588e4ce25bfc092fb9bcfa573acbb
parent 60813bd7
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ if [ -z "$SRC" ]; then
fi
# Initialize the helper
setup_vendor "$DEVICE" "$VENDOR" "$LINEAGE_ROOT" true "$CLEAN_VENDOR"
setup_vendor "$DEVICE" "$VENDOR" "$LINEAGE_ROOT" false "$CLEAN_VENDOR"
extract "$MY_DIR"/proprietary-files.txt "$SRC" "$SECTION"
......
......@@ -21,7 +21,7 @@ set -e
DEVICE=onclite
VENDOR=xiaomi
INITIAL_COPYRIGHT_YEAR=2017
INITIAL_COPYRIGHT_YEAR=2019
# Load extract_utils and do some sanity checks
MY_DIR="${BASH_SOURCE%/*}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment