6 lines
175 B
C
6 lines
175 B
C
#ifdef ANDROID
|
|
#include "include/valgrind.h"
|
|
#else
|
|
// These files will be added in a patch applied in the ebuild.
|
|
#include <base/third_party/valgrind/valgrind.h>
|
|
#endif
|