mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_rosemary
synced 2026-01-27 13:35:09 +00:00
16 lines
310 B
Makefile
16 lines
310 B
Makefile
|
|
#
|
||
|
|
# Copyright (C) 2022 The LineageOS Project
|
||
|
|
#
|
||
|
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
#
|
||
|
|
|
||
|
|
# 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)
|