facebookexperimental / ExtendedAndroidTools

Extended Android Tools is a place to host and maintain a build environment and makefiles cross compiling Linux tools we all love for Android.
Apache License 2.0
189 stars 63 forks source link

Allow building bpftools for armv7 #30

Closed tnovak closed 2 years ago

tnovak commented 2 years ago

Adds armv7 as a supported build target for bpftrace and its dependencies:

$ make NDK_ARCH=armv7 bpftools

Note that upstream bpftrace doesn't compile for armv7 yet, so BPFTRACE_COMMIT isn't updated here; armv7 support is being added in iovisor/bpftrace#2360 and iovisor/bpftrace#2361.

michalgr commented 2 years ago

Thanks !