Need help building ($ANDROID)/external/ltrace as part of AOSP Android 6.0.
How do you build a version of Android with the external programs, specifically ltrace (source code is under $(ANDROID)/external)? I followed these steps (https://source.android.com/source/devices.html) and was able to compile / build / and then port AOSP image of Android 6.0.1, but I don’t know how to add the external files to the build too. After building, I tried running:
mm ltrace mma ltrace make ltrace
and the result was an error all three times. The interesting thing is that tcpdump and strace (both of which are under /external and compiled and built into the the resulting image (ie under system/bin). Any help?
thanks!
I've seen these posts that address similar questions but don't provide sufficient answers. I would like to build the sources included in AOSP and through AOSP rather than try and compile a version using a linux/gnu cross-compiler.