sonyxperiadev / device-sony-common

70 stars 139 forks source link

[S] CommonConfig: Append instead of overwrite BOARD_MKBOOTIMG_ARGS #878

Closed MarijnS95 closed 2 years ago

MarijnS95 commented 2 years ago

In Sagami we need to set the header-version for this bootimage to make vendor_boot possible (unfortunately AOSP does not do this for us based on the value of BOARD_BOOT_HEADER_VERSION (yet?)). Since CommonConfig is included all the way at the end of the respective PlatformConfig this wouldn't be possible when the value is overwritten here.