We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d862b16 commit 4d6a0d7Copy full SHA for 4d6a0d7
fis/CMakeLists.txt renamed to installations/CMakeLists.txt
fis/empty.cc renamed to installations/empty.cc
fis/src/swig/installations.SWIG renamed to installations/src/swig/installations.i
@@ -15,7 +15,7 @@
15
16
%{
17
#include "app/src/cpp_instance_manager.h"
18
-#include "third_party/firebase/cpp/installations/src/include/firebase/installations.h"
+#include "installations/src/include/firebase/installations.h"
19
%}
20
21
%import "app/src/swig/app.i"
@@ -197,4 +197,4 @@ static CppInstanceManager<Installations> g_installations_instances;
197
// exceptions. We know that *all* methods can potentially throw exceptions.
198
%warnfilter(314,844);
199
200
-%include "third_party/firebase/cpp/installations/src/include/firebase/installations.h"
+%include "installations/src/include/firebase/installations.h"
0 commit comments