June 26, 2020 at 6:36 PM #1 HiWhat is the best way to build add-ons for ARMv7 and ARMv8?Can I use the new ADDON_PROJECT variable? How?Thank you in advance
June 26, 2020 at 10:48 PM Official Post #2 Code PROJECT=ARM DEVICE=ARMv7 ARCH=arm scripts/create_addon all ^ same build process as normal, but using the new project/device combo, and ADDON_PROJECT="ARMv7" <= can be added to any device and it will use those add-ons.