forked from toyota-connected/ivi-homescreen
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
-firebase_core pigeon plugin requires homescreen registrar requires firebase cpp sdk: https://github.com/firebase/firebase-cpp-sdk Set the following variables to build: -DBUILD_PLUGIN_FIREBASE_CORE=ON -DFIREBASE_CPP_SDK_ROOT_DIR="/mnt/raid10/firebase-cpp-sdk" -DFIREBASE_CPP_SDK_BINARY_DIR="/mnt/raid10/firebase-cpp-sdk/build" Signed-off-by: Joel Winarske <[email protected]>
- Loading branch information
Showing
13 changed files
with
1,246 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Firebase Core Plugin | ||
|
||
* Pigeon interface | ||
|
||
* requires firebase cpp sdk: https://github.com/firebase/firebase-cpp-sdk to exist and be built prior. | ||
|
||
* Set the following variables to build | ||
|
||
``` | ||
-DBUILD_PLUGIN_FIREBASE_CORE=ON | ||
-DFIREBASE_CPP_SDK_ROOT_DIR="/mnt/raid10/firebase-cpp-sdk" | ||
-DFIREBASE_CPP_SDK_BINARY_DIR="/mnt/raid10/firebase-cpp-sdk/build" | ||
``` |
Oops, something went wrong.