msm8953-common: add support for albus

Signed-off-by: jeangraff30 <jeangraff30@gmail.com>
This commit is contained in:
jeangraff30
2020-12-10 20:29:36 -03:00
parent 29dcca4f37
commit 106e3b7277
4 changed files with 6 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
set -e
DEVICE_COMMON=msm8953-common
GUARDED_DEVICES_COMMON="ali sanders"
GUARDED_DEVICES_COMMON="ali albus sanders"
VENDOR=motorola
INITIAL_COPYRIGHT_YEAR=2020
@@ -67,4 +67,4 @@ if ([[ "$ONLY_COMMON" = "false" ]] || [[ -z "$ONLY_COMMON" ]]) && [[ -s "${DEVIC
write_makefiles "${DEVICE_DIR}"/proprietary-files.txt true
# We are done!
write_footers
fi
fi