C++程序  |  7行  |  175 B

#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