msm8953-common: add support for albus
Signed-off-by: jeangraff30 <jeangraff30@gmail.com>
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
ifneq ($(filter ali sanders,$(TARGET_DEVICE)),)
|
||||
ifneq ($(filter ali albus sanders,$(TARGET_DEVICE)),)
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
|
||||
|
||||
@@ -5,4 +5,4 @@ Device configuration for Motorola msm8953 Devices
|
||||
|
||||
Supported devices :
|
||||
|
||||
Ali, Sanders
|
||||
Ali, Albus, Sanders
|
||||
|
||||
@@ -29,6 +29,8 @@ static inline const char* BtmGetDefaultName()
|
||||
|
||||
if (strstr(product_device, "ali"))
|
||||
return "Moto G(6)";
|
||||
if (strstr(product_device, "albus"))
|
||||
return "Moto Z2 Play";
|
||||
if (strstr(product_device, "sanders"))
|
||||
return "Moto G(5)S";
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user