Files
device_xiaomi_fleur/device.mk
claxten10 521938c471 fleur: Initial skeleton tree
Signed-off-by: claxten10 <claxten10@gmail.com>
2024-12-26 14:37:10 +00:00

16 lines
304 B
Makefile

#
# Copyright (C) 2024 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/fleur/fleur-vendor.mk)