Update api

This commit is contained in:
mar-v-in 2015-03-14 22:21:35 +01:00
parent c24447d5d3
commit 588df8f17b
7 changed files with 9 additions and 7 deletions

4
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "play-services-api"]
path = play-services-api
[submodule "GmsApi"]
path = extern/GmsApi
url = https://github.com/microg/android_external_GmsApi.git

View File

@ -1 +0,0 @@
play-services-api/SafeParcel/

View File

@ -1,5 +1,5 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
subprojects {
group = 'org.microg.gms'
group = 'org.microg'
version = '1.0-SNAPSHOT'
}
}

1
extern/GmsApi vendored Submodule

@ -0,0 +1 @@
Subproject commit c0c4a78eab3064cdd7545cb7fcdddfe93ca1674d

@ -1 +0,0 @@
Subproject commit dbae4add94505fb0765ca9a18896848df6ae6ae4

1
play-services-api Symbolic link
View File

@ -0,0 +1 @@
extern/GmsApi/play-services-api

1
safe-parcel Symbolic link
View File

@ -0,0 +1 @@
extern/GmsApi/safe-parcel

View File

@ -1,4 +1,5 @@
include ':SafeParcel'
include ':safe-parcel'
include ':play-services-api'
include ':play-services-base'