Revert^2 "gs101: Add pvmfw to AB_OTA_PARTITIONS"

Now that the necessary SELinux policies are in (ag/16507235), we should
be able to re-apply this change without breaking OTA updates
(b/211070100).

This reverts commit efd5649bb8.

Bug: 210833963
Test: local OTA update (see bug)
Change-Id: I0fd5f840159e4163adde753f6d339546067b8cf6
(cherry picked from commit e635619443)
This commit is contained in:
Pierre-Clément Tosi 2022-03-09 09:16:10 +00:00 committed by TreeHugger Robot
parent c6c107ca6d
commit d5ce52e137

View file

@ -95,6 +95,9 @@ endif
ifneq ($(PRODUCT_BUILD_VBMETA_IMAGE),false) ifneq ($(PRODUCT_BUILD_VBMETA_IMAGE),false)
AB_OTA_PARTITIONS += vbmeta AB_OTA_PARTITIONS += vbmeta
endif endif
ifneq ($(PRODUCT_BUILD_PVMFW_IMAGE),false)
AB_OTA_PARTITIONS += pvmfw
endif
# EMULATOR common modules # EMULATOR common modules
BOARD_EMULATOR_COMMON_MODULES := liblight BOARD_EMULATOR_COMMON_MODULES := liblight