android_mt6572_jiabo/external/libchrome/third_party/valgrind/memcheck.h
2025-09-05 16:56:03 +08:00

6 lines
190 B
C

#ifdef ANDROID
#include "memcheck/memcheck.h"
#else
// On Chrome OS, these files will be added in a patch applied in the ebuild.
#include <base/third_party/valgrind/memcheck.h>
#endif