Merge "Revert "Support regenerating partition table with bpttool in sign_target_files_apks"" am: f45bf2d59f
am: 401da96dae
Change-Id: Ibeb9a7bda48533bda5e5c762747bdf14bc791246
This commit is contained in:
commit
87a21b5b5b
2 changed files with 0 additions and 10 deletions
|
@ -2353,7 +2353,6 @@ OTATOOLS := $(HOST_OUT_EXECUTABLES)/minigzip \
|
|||
$(HOST_OUT_EXECUTABLES)/delta_generator \
|
||||
$(AVBTOOL) \
|
||||
$(BLK_ALLOC_TO_BASE_FS) \
|
||||
$(BPTTOOL) \
|
||||
$(BROTLI) \
|
||||
$(BUILD_VERITY_METADATA) \
|
||||
$(BUILD_VERITY_TREE)
|
||||
|
|
|
@ -222,15 +222,6 @@ def LoadInfoDict(input_file, input_dir=None):
|
|||
vendor_base_fs_file,))
|
||||
del d["vendor_base_fs_file"]
|
||||
|
||||
# If board_bpt_input_files property is defined then bpttool is being used to
|
||||
# generate the partition table. When signing target-files, the combined
|
||||
# partition table definition is copied into META/partition-table.bpt since
|
||||
# the original input files aren't available.
|
||||
if "board_bpt_input_files" in d:
|
||||
board_bpt_input_files = os.path.join(input_dir, "META", "partition-table.bpt")
|
||||
if os.path.exists(board_bpt_input_files):
|
||||
d["board_bpt_input_files"] = board_bpt_input_files
|
||||
|
||||
def makeint(key):
|
||||
if key in d:
|
||||
d[key] = int(d[key], 0)
|
||||
|
|
Loading…
Reference in a new issue