mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-23 06:06:27 -08:00
16 lines
307 B
Makefile
16 lines
307 B
Makefile
|
#
|
||
|
# Copyright (C) 2023 The LineageOS Project
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
|
||
|
# Shipping API level
|
||
|
PRODUCT_SHIPPING_API_LEVEL := 31
|
||
|
|
||
|
# Soong namespaces
|
||
|
PRODUCT_SOONG_NAMESPACES += \
|
||
|
$(LOCAL_PATH)
|
||
|
|
||
|
# Inherit the proprietary files
|
||
|
$(call inherit-product, vendor/infinix/X6833B/X6833B-vendor.mk)
|