SuperiorOS / android_vendor_superior

Our Junkyard.. 😋
20 stars 55 forks source link

kernel: Allow to override toolchain prefix used for vDSO32 building #74

Closed GhostMaster69-dev closed 2 years ago

GhostMaster69-dev commented 2 years ago

We can override prefix used for normal kernel building with TARGET_KERNEL_CROSS_COMPILE_PREFIX variable but we can't do the same for vDSO32. Let's correct this injustice by introducing TARGET_KERNEL_CROSS_COMPILE_PREFIX_ARM32 variable.

Change-Id: I8029488d957c8314a0ab788f4627e960848974c1 Signed-off-by: Dakkshesh07 dakkshesh5@gmail.com Signed-off-by: GhostMaster69-dev rathore6375@gmail.com