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

Commit c51095be authored by mrziwang's avatar mrziwang
Browse files

Export BOARD_KERNEL_VERSION to Soong

Soong needs BOARD_KERNEL_VERSION to generate the
kernel_version_for_uffd_gc.txt, which unblocks "--soong-only"

Test: CI
Bug: 383564057
Change-Id: I835767880d75029f0fbac3ca97973eaca80fb55e
parent 34c2b860
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -370,6 +370,7 @@ _config_enable_uffd_gc := \
  $(firstword $(OVERRIDE_ENABLE_UFFD_GC) $(PRODUCT_ENABLE_UFFD_GC) default)
$(call add_json_str, EnableUffdGc, $(_config_enable_uffd_gc))
_config_enable_uffd_gc :=
$(call add_json_str, BoardKernelVersion, $(BOARD_KERNEL_VERSION))

$(call add_json_list, DeviceFrameworkCompatibilityMatrixFile, $(DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE))
$(call add_json_list, DeviceProductCompatibilityMatrixFile, $(DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE))