gs101: Remove BOARD_PVMFWIMG_PARTITION_SIZE
Remove the deprecated variable now that it has been replaced by BOARD_PVMFWIMAGE_PARTITION_SIZE in AOSP. Bug: 199717422 Test: m ${ANDROID_PRODUCT_OUT}/pvmfw.img Change-Id: I96fba129d0b0f9a2e845e8a507a9ec8f65910942
This commit is contained in:
parent
f6de971bb3
commit
d96639e490
1 changed files with 0 additions and 2 deletions
|
@ -425,7 +425,5 @@ BOARD_KERNEL_CMDLINE += log_buf_len=1024K
|
|||
# Protected VM firmware
|
||||
BOARD_PREBUILT_PVMFWIMAGE := packages/modules/Virtualization/pvmfw/pvmfw.img
|
||||
BOARD_PVMFWIMAGE_PARTITION_SIZE := 0x00100000
|
||||
# TODO(ptosi): Delete this variable once AOSP starts using the other one
|
||||
BOARD_PVMFWIMG_PARTITION_SIZE = $(BOARD_PVMFWIMAGE_PARTITION_SIZE)
|
||||
|
||||
-include vendor/google_devices/gs101/proprietary/BoardConfigVendor.mk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue