Multiple binaries

satanclaus

Member
Licensed User
Longtime User
Hi,

I want to distribute an android root application that installs a binary suitable for that particular architecture. E.g. armv4l, armv7, mips, x86, etc.

How do I go about it in basic4ppc ?
 

satanclaus

Member
Licensed User
Longtime User
Your APK will support all CPUs.

Ofcourse the APK will, but the native binary I want to place into /system/xbin/ is an ARM binary. I have compiled the binary for different architectures but unsure how to install the 'correct' one for the particular device.

(With "native binary" i mean it's an ELF binary)
 
Upvote 0
Top