mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_rosemary
synced 2026-01-27 18:07:31 +00:00
25 lines
536 B
Makefile
25 lines
536 B
Makefile
#
|
|
# Copyright (C) 2022 The LineageOS Project
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
# Enable updating of APEXes
|
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
|
|
|
|
# Include GSI keys
|
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/gsi_keys.mk)
|
|
|
|
# Overlays
|
|
PRODUCT_ENFORCE_RRO_TARGETS := *
|
|
|
|
# Shipping API level
|
|
PRODUCT_SHIPPING_API_LEVEL := 30
|
|
|
|
# Soong namespaces
|
|
PRODUCT_SOONG_NAMESPACES += \
|
|
$(LOCAL_PATH)
|
|
|
|
# Inherit the proprietary files
|
|
$(call inherit-product, vendor/xiaomi/rosemary/rosemary-vendor.mk)
|