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

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