Skip to content

Commit

Permalink
Use a publicly accessible url for the submodule.
Browse files Browse the repository at this point in the history
Outside contributors without `git://` access to the android_device_database repo get a fatal error when trying to clone the repo. Changing the access method to `https://` makes it possible for these user to clone the repo and all its submodules.
  • Loading branch information
izrik committed Mar 10, 2016
1 parent 40f9028 commit c6ff770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitmodules
@@ -1,6 +1,6 @@
[submodule "device_database"]
path = device_database
url = git://github.com/android-rooting-tools/android_device_database.git
url = https://github.com/android-rooting-tools/android_device_database.git
[submodule "libkallsyms"]
path = libkallsyms
url = https://github.com/android-rooting-tools/libkallsyms.git
Expand Down

0 comments on commit c6ff770

Please sign in to comment.