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 commitefd5649bb8
. Bug: 210833963 Test: local OTA update (see bug) Change-Id: I0fd5f840159e4163adde753f6d339546067b8cf6 (cherry picked from commite635619443
)
This commit is contained in:
parent
c6c107ca6d
commit
d5ce52e137
1 changed files with 3 additions and 0 deletions
|
@ -95,6 +95,9 @@ endif
|
|||
ifneq ($(PRODUCT_BUILD_VBMETA_IMAGE),false)
|
||||
AB_OTA_PARTITIONS += vbmeta
|
||||
endif
|
||||
ifneq ($(PRODUCT_BUILD_PVMFW_IMAGE),false)
|
||||
AB_OTA_PARTITIONS += pvmfw
|
||||
endif
|
||||
|
||||
# EMULATOR common modules
|
||||
BOARD_EMULATOR_COMMON_MODULES := liblight
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue