diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index e335c7d..4cc267e 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -141,3 +141,6 @@ BOARD_AVB_VBMETA_SYSTEM_KEY_PATH := external/avb/test/data/testkey_rsa2048.pem BOARD_AVB_VBMETA_SYSTEM_ALGORITHM := SHA256_RSA2048 BOARD_AVB_VBMETA_SYSTEM_ROLLBACK_INDEX := $(PLATFORM_SECURITY_PATCH_TIMESTAMP) BOARD_AVB_VBMETA_SYSTEM_ROLLBACK_INDEX_LOCATION := 1 + +# Inherit proprietary blobs +include vendor/xiaomi/sm6250-common/BoardConfigVendor.mk diff --git a/atoll.mk b/atoll.mk new file mode 100644 index 0000000..8d0c693 --- /dev/null +++ b/atoll.mk @@ -0,0 +1,8 @@ +# +# Copyright (C) 2021 The LineageOS Project +# +# SPDX-License-Identifier: Apache-2.0 +# + +# Inherit proprietary targets +$(call inherit-product, vendor/xiaomi/sm6250-common/sm6250-common-vendor.mk)