Subsubmodules are messy with git, just don't use them

This commit is contained in:
mar-v-in 2015-01-25 01:29:43 +01:00
parent fd9bd3950c
commit e9dfb23e60
4 changed files with 6 additions and 2 deletions

3
.gitmodules vendored
View File

@ -1,3 +1,6 @@
[submodule "GmsApi"]
path = GmsApi
url = https://github.com/microg/android_external_GmsApi.git
[submodule "SafeParcel"]
path = SafeParcel
url = https://github.com/microg/android_external_SafeParcel.git

2
GmsApi

@ -1 +1 @@
Subproject commit 7e2f3b8f7b598ee243486e03f0637b8334be216f
Subproject commit c4db81d1fcf5c301f34e12d5675b9b50c507bd42

1
SafeParcel Submodule

@ -0,0 +1 @@
Subproject commit 3efecf38ca8b1f89cd8f0c40eea4b497f1563d90

View File

@ -1 +1 @@
include ':GmsApi', ':GmsApi:SafeParcel'
include ':GmsApi', ':SafeParcel'