Skip to content

Commit 3c849c6

Browse files
author
Arafattex
authored
Disable it for fix build error
1 parent 7724fd2 commit 3c849c6

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
@@ -12,7 +12,7 @@ ALLOW_MISSING_DEPENDENCIES := true
1212

1313

1414
# Enable virtual A/B OTA
15-
$(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota.mk)
15+
# $(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.
1818
$(call inherit-product, $(SRC_TARGET_DIR)/product/gsi_keys.mk)

0 commit comments

Comments
 (0)