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