ANDROID: build: Modify target passed into vendor ramdisk hook

Currently, the bare target platform is passed into the vendor
ramdisk hook.

Some hooks may need the target and variant combo, so pass that
instead.

Change-Id: I09bb8011b23c47472a18d83bffba02f15368b2b6
Signed-off-by: John Moon <quic_johmoo@quicinc.com>
This commit is contained in:
John Moon 2023-01-20 13:03:04 -08:00
parent a1505002f0
commit 60020bcac4

View File

@ -371,7 +371,7 @@ def define_msm_la(
dtb_list = get_dtb_list(msm_target)
dtbo_list = get_dtbo_list(msm_target)
dtstree = get_dtstree(msm_target)
vendor_ramdisk_binaries = get_vendor_ramdisk_binaries(msm_target)
vendor_ramdisk_binaries = get_vendor_ramdisk_binaries(target)
gki_ramdisk_prebuilt_binary = get_gki_ramdisk_prebuilt_binary()
build_config_fragments = get_build_config_fragments(msm_target)