Skip to content

Commit 4d6a0d7

Browse files
Googlercynthiajiang
authored andcommitted
Initial import of the Firebase Unity SDK - 373254021 Handle fis renaming to installations in the copybara logic by amaurice <[email protected]>
PiperOrigin-RevId: 373254021
1 parent d862b16 commit 4d6a0d7

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.

fis/src/swig/installations.SWIG renamed to installations/src/swig/installations.i

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
%{
1717
#include "app/src/cpp_instance_manager.h"
18-
#include "third_party/firebase/cpp/installations/src/include/firebase/installations.h"
18+
#include "installations/src/include/firebase/installations.h"
1919
%}
2020

2121
%import "app/src/swig/app.i"
@@ -197,4 +197,4 @@ static CppInstanceManager<Installations> g_installations_instances;
197197
// exceptions. We know that *all* methods can potentially throw exceptions.
198198
%warnfilter(314,844);
199199

200-
%include "third_party/firebase/cpp/installations/src/include/firebase/installations.h"
200+
%include "installations/src/include/firebase/installations.h"

0 commit comments

Comments
 (0)