Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6c51360b authored by Spandan Das's avatar Spandan Das
Browse files

Export ReleaseToolsExtensionDir to soong

This directory contains a releasetools.py file which will be packaged
into target_files.zip

Also export AbOtaPostInstallConfig. This was missed when adding support
for this in https://r.android.com/3493530

Test: Built soong target_files.zip locally
Bug: 388633394

Change-Id: I1f8385b743f319dc28af8ac0460bbc13b10dbb9f
parent f09962ec
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -487,6 +487,7 @@ $(call add_json_map, PartitionVarsForSoongMigrationOnlyDoNotUse)
  $(call add_json_bool, AbOtaUpdater, $(filter true,$(AB_OTA_UPDATER)))
  $(call add_json_list, AbOtaPartitions, $(AB_OTA_PARTITIONS))
  $(call add_json_list, AbOtaKeys, $(PRODUCT_OTA_PUBLIC_KEYS))
  $(call add_json_list, AbOtaPostInstallConfig, $(AB_OTA_POSTINSTALL_CONFIG))

  # Avb (android verified boot) stuff
  $(call add_json_bool, BoardAvbEnable, $(filter true,$(BOARD_AVB_ENABLE)))
@@ -565,6 +566,8 @@ $(call add_json_map, PartitionVarsForSoongMigrationOnlyDoNotUse)
  $(call add_json_str, ProductQuotaProjid, $(PRODUCT_QUOTA_PROJID))
  $(call add_json_str, ProductFsCompression, $(PRODUCT_FS_COMPRESSION))

  $(call add_json_str, ReleaseToolsExtensionDir, $(firstword $(TARGET_RELEASETOOLS_EXTENSIONS) $($(TARGET_DEVICE_DIR)/../common)))

$(call end_json_map)

# For converting vintf_data