Skip to content

Commit edaaa26

Browse files
committed
Amalgamated source for v20.1
Change-Id: I9d4a268c2e458711e5609d75ea28aa27c4a3f68c
1 parent 242e5e1 commit edaaa26

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

sdk/perfetto.cc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
#if !defined(PERFETTO_IMPLEMENTATION)
1919
#define PERFETTO_IMPLEMENTATION
2020
#endif
21-
#if !defined(GOOGLE_PROTOBUF_NO_RTTI)
22-
#define GOOGLE_PROTOBUF_NO_RTTI
23-
#endif
2421
#if !defined(GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER)
2522
#define GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
2623
#endif
24+
#if !defined(GOOGLE_PROTOBUF_NO_RTTI)
25+
#define GOOGLE_PROTOBUF_NO_RTTI
26+
#endif
2727
#include "perfetto.h"
2828
// gen_amalgamated begin source: src/base/ctrl_c_handler.cc
2929
// gen_amalgamated begin header: include/perfetto/ext/base/ctrl_c_handler.h
@@ -5739,8 +5739,8 @@ const char* GetVersionString();
57395739
#ifndef GEN_PERFETTO_VERSION_GEN_H_
57405740
#define GEN_PERFETTO_VERSION_GEN_H_
57415741

5742-
#define PERFETTO_VERSION_STRING() "v20.0-6a46cc751"
5743-
#define PERFETTO_VERSION_SCM_REVISION() "6a46cc75169a63f0c9615b91c687b0f440eb1519"
5742+
#define PERFETTO_VERSION_STRING() "v20.1-53855a125"
5743+
#define PERFETTO_VERSION_SCM_REVISION() "53855a12536769d75609d7f350772dbe9d4f54fb"
57445744

57455745
#endif // GEN_PERFETTO_VERSION_GEN_H_
57465746
/*

0 commit comments

Comments
 (0)