shusky: Initialize for Evolution X 11.x
Signed-off-by: AnierinB <anierin@evolution-x.org>
This commit is contained in:
parent
37440e0d13
commit
5b2da715d1
18 changed files with 102 additions and 23 deletions
|
@ -4,7 +4,7 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
# Inherit some common stuff
|
||||
# Inherit some common Evolution X stuff
|
||||
TARGET_DISABLE_EPPE := true
|
||||
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
|
||||
|
||||
|
@ -14,7 +14,9 @@ DEVICE_PATH := device/google/shusky
|
|||
VENDOR_PATH := vendor/google/husky
|
||||
$(call inherit-product, $(DEVICE_PATH)/aosp_$(DEVICE_CODENAME).mk)
|
||||
$(call inherit-product, device/google/zuma/lineage_common.mk)
|
||||
$(call inherit-product, device/google/zuma/evolution_common.mk)
|
||||
$(call inherit-product, $(DEVICE_PATH)/$(DEVICE_CODENAME)/device-lineage.mk)
|
||||
$(call inherit-product, $(DEVICE_PATH)/$(DEVICE_CODENAME)/device-evolution.mk)
|
||||
|
||||
# Device identifier. This must come after all inclusions
|
||||
PRODUCT_BRAND := google
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue