1 Strace on Android 2 3 The Android port of Strace does not use the configure scripts or Makefiles 4 from the original source distribution. 5 6 Build Strace on Android using the Android build system, like the rest 7 of the system. 8 9 Android-specific customizations are immortalized in Android.patch to 10 ease future upgrades. 11 12 This file can be regenerated using: 13 14 diff -r -u -d path-to-original-unmodified-strace . | grep -v "Only in" > Android.patch 15