diff options
-rw-r--r-- | device.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,8 +7,8 @@ # Inherit from vendor blobs $(call inherit-product, vendor/xiaomi/veux/veux-vendor.mk) -# GSI Keys -$(call inherit-product, $(SRC_TARGET_DIR)/product/gsi_keys.mk) +# Installs gsi keys into ramdisk, to boot a developer GSI with verified boot. +$(call inherit-product, $(SRC_TARGET_DIR)/product/developer_gsi_keys.mk) # Enable project quotas and casefolding for emulated storage without sdcardfs $(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk) |