mirror of
https://github.com/LineageOS/android_device_xiaomi_vermeer.git
synced 2026-06-21 02:29:34 +00:00
Signed-off-by: Lunark :3 <jvillaltamatos3007@gmail.com> Change-Id: I42f924d2e7dee6939d38767117fe6d64cb444b4f
23 lines
517 B
Makefile
23 lines
517 B
Makefile
#
|
|
# Copyright (C) 2025 The LineageOS Project
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
# Inherit from xiaomi sm8550-common
|
|
$(call inherit-product, device/xiaomi/sm8550-common/common.mk)
|
|
|
|
# Inherit from the proprietary version
|
|
$(call inherit-product, vendor/xiaomi/vermeer/vermeer-vendor.mk)
|
|
|
|
# Overlay
|
|
PRODUCT_PACKAGES += \
|
|
SettingsProviderResVermeerPOCO \
|
|
SettingsProviderResVermeerRedmi \
|
|
WifiResVermeerPOCO \
|
|
WifiResVermeerRedmi
|
|
|
|
# Soong namespaces
|
|
PRODUCT_SOONG_NAMESPACES += \
|
|
$(LOCAL_PATH)
|