OSDN Git Service

ANRdaemon: move trace result from /sdcard to /data am: d93aa41807
[android-x86/system-extras.git] / mmap-perf / unsupported.cpp
1 #include <stdio.h>
2
3 int main() {
4     fprintf(stderr, "mmap-perf is unsupported for 32-bit architectures\n");
5     return -1;
6 }