Problem with that is that the kernel headers won't get 'installed', breaking qcom msm kernel header locations, https://android.googlesource.com/platform/hardware/qcom/display/+/refs/heads/master/msm8994/common.mk#48
On Monday, 9 September 2019 01:18:43 UTC+1, The Glitchh wrote: > > Use prebuilt kernel , compile the kernel separately and then push the > Image.gz-dtb to the device tree and use the preceding flags to define the > prebuilt kernel > > # Prebuilt \kernel > PRODUCT_COPY_FILES += \ > $(LOCAL_PATH)/Image.gz-dtb:kernel > > Paste this in device.mk makkefile of your device tree -- -- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-building?hl=en --- You received this message because you are subscribed to the Google Groups "Android Building" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/android-building/e8272401-fdcb-47fe-93e3-5d303b7f1d01%40googlegroups.com.
