sm8250-common: import common/kona overlays from nio
https://github.com/LineageOS/android_device_motorola_nio at 03bb670fb7e1236ebe54e06351ddaa05fb4e58f6
This commit is contained in:
parent
802309e154
commit
daf9cf42d6
71 changed files with 6430 additions and 1 deletions
18
sm8250.mk
18
sm8250.mk
|
|
@ -23,6 +23,23 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
|
|||
# Installs gsi keys into ramdisk, to boot a GSI with verified boot.
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/gsi_keys.mk)
|
||||
|
||||
# Overlays
|
||||
DEVICE_PACKAGE_OVERLAYS += \
|
||||
$(LOCAL_PATH)/overlay-lineage
|
||||
|
||||
PRODUCT_ENFORCE_RRO_TARGETS := *
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
FrameworksResCommon \
|
||||
CarrierConfigResCommon \
|
||||
CellBroadcastReceiverResCommon \
|
||||
SystemUIResCommon \
|
||||
TelecommResCommon \
|
||||
TelephonyResCommon \
|
||||
WifiResCommon \
|
||||
FrameworksResTarget \
|
||||
WifiResTarget
|
||||
|
||||
# A/B
|
||||
AB_OTA_POSTINSTALL_CONFIG += \
|
||||
RUN_POSTINSTALL_system=true \
|
||||
|
|
@ -411,7 +428,6 @@ PRODUCT_PACKAGES += \
|
|||
vendor.qti.hardware.wifi.supplicant@2.0.vendor \
|
||||
vendor.qti.hardware.wifi.supplicant@2.1.vendor \
|
||||
vendor.qti.hardware.wifi.supplicant@2.2.vendor \
|
||||
WifiResCommon \
|
||||
wpa_supplicant \
|
||||
wpa_supplicant.conf
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue