diff --git a/common.mk b/common.mk index 988d7a4..0483e00 100644 --- a/common.mk +++ b/common.mk @@ -17,6 +17,9 @@ # Enable updating of APEXes $(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk) +# Include GSI keys +$(call inherit-product, $(SRC_TARGET_DIR)/product/gsi_keys.mk) + # Get non-open-source specific aspects $(call inherit-product, vendor/oneplus/sm8250-common/sm8250-common-vendor.mk)