Skip to content

Commit 06923e6

Browse files
author
Arafattex
authored
Fix build error
1 parent 3c849c6 commit 06923e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BoardConfig.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ALLOW_MISSING_DEPENDENCIES := true
1515
# $(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota.mk)
1616

1717
# Installs gsi keys into ramdisk, to boot a developer GSI with verified boot.
18-
$(call inherit-product, $(SRC_TARGET_DIR)/product/gsi_keys.mk)
18+
# $(call inherit-product, $(SRC_TARGET_DIR)/product/gsi_keys.mk)
1919

2020
# A/B
2121
ifeq ($(TARGET_IS_VAB),true)

0 commit comments

Comments
 (0)