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

Commit 43757e36 authored by Jihoon Kang's avatar Jihoon Kang
Browse files

Export strip debug symbols related variables to Soong

Exported variables:
- BOARD_DO_NOT_STRIP_VENDOR_RAMDISK_MODULES
- BOARD_DO_NOT_STRIP_VENDOR_MODULES

Test: m nothing
Bug: 421944148
Change-Id: Ia98d63f566ca359d3c4646bd5c788a32c6c33e11
parent 40765fff
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -530,6 +530,8 @@ $(call add_json_map, PartitionVarsForSoongMigrationOnlyDoNotUse)
  $(call add_json_str, VendorRamdiskKernelBlocklistFile, $(BOARD_VENDOR_RAMDISK_KERNEL_MODULES_BLOCKLIST_FILE))
  $(call add_json_list, VendorRamdiskKernelLoadModules, $(BOARD_VENDOR_RAMDISK_KERNEL_MODULES_LOAD))
  $(call add_json_str, VendorRamdiskKernelOptionsFile, $(BOARD_VENDOR_RAMDISK_KERNEL_MODULES_OPTIONS_FILE))
  $(call add_json_bool, DoNotStripVendorRamdiskModules, $(BOARD_DO_NOT_STRIP_VENDOR_RAMDISK_MODULES))
  $(call add_json_bool, DoNotStripVendorModules, $(BOARD_DO_NOT_STRIP_VENDOR_MODULES))

  # Used to generate /vendor/build.prop
  $(call add_json_list, BoardInfoFiles, $(if $(TARGET_BOARD_INFO_FILES),$(TARGET_BOARD_INFO_FILES),$(firstword $(TARGET_BOARD_INFO_FILE) $(wildcard $(TARGET_DEVICE_DIR)/board-info.txt))))