-
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.
Initial repo with git submodules for omh projects
Oniro Add-on for Open Mobile Hub. Starting with maps, auth, core and storage modules. The use of git submodules will allow us to keep the upstream development at OMH and seperate out integration changes in this repo. Signed-off-by: Stefan Schmidt <[email protected]>
- Loading branch information
0 parents
commit fd9f769
Showing
5 changed files
with
16 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
[submodule "omh-core"] | ||
path = omh-core | ||
url = https://github.com/openmobilehub/omh-core | ||
[submodule "omh-auth"] | ||
path = omh-auth | ||
url = https://github.com/openmobilehub/omh-auth | ||
[submodule "omh-storage"] | ||
path = omh-storage | ||
url = https://github.com/openmobilehub/omh-storage | ||
[submodule "omh-maps"] | ||
path = omh-maps | ||
url = https://github.com/openmobilehub/omh-maps |
Submodule omh-storage
added at
a297b3