c62f427eee
Bug:112293933 Test: tree hugger Change-Id: I112ece91566e6cea066cd637bfed5cae6761ae66
19 lines
470 B
Makefile
19 lines
470 B
Makefile
#
|
|
# Copyright (C) 2021 The LineageOS Project
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
# Installs gsi keys into ramdisk, to boot a GSI with verified boot.
|
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/gsi_keys.mk)
|
|
|
|
# API level, the device has been commercially launched on
|
|
PRODUCT_SHIPPING_API_LEVEL := 30
|
|
|
|
# Soong namespaces
|
|
PRODUCT_SOONG_NAMESPACES += \
|
|
$(LOCAL_PATH)
|
|
|
|
# Call the proprietary setup
|
|
$(call inherit-product, vendor/xiaomi/sweet/sweet-vendor.mk)
|