1 #ifdef ANDROID
2   #include "include/valgrind.h"
3 #else
4   // These files will be added in a patch applied in the ebuild.
5   #include <base/third_party/valgrind/valgrind.h>
6 #endif
7