Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Commit

Permalink
Update safe-parcel
Browse files Browse the repository at this point in the history
  • Loading branch information
mar-v-in committed Mar 14, 2015
1 parent dbae4ad commit c0c4a78
Show file tree
Hide file tree
Showing 166 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "SafeParcel"]
path = SafeParcel
path = extern/SafeParcel
url = https://github.com/microg/android_external_SafeParcel.git
4 changes: 2 additions & 2 deletions Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)

LOCAL_MODULE := GmsApi
LOCAL_SRC_FILES := $(call all-java-files-under, src/main/java)
LOCAL_SRC_FILES := $(call all-Iaidl-files-under, src/main/aidl)
LOCAL_SRC_FILES := $(call all-java-files-under, play-services-api/src/main/java)
LOCAL_SRC_FILES := $(call all-Iaidl-files-under, play-services-api/src/main/aidl)
LOCAL_STATIC_JAVA_LIBRARIES := SafeParcel

include $(BUILD_STATIC_JAVA_LIBRARY)
1 change: 0 additions & 1 deletion SafeParcel
Submodule SafeParcel deleted from 0bb4f3
1 change: 1 addition & 0 deletions extern/SafeParcel
Submodule SafeParcel added at 454265
4 changes: 2 additions & 2 deletions build.gradle → play-services-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ buildscript {
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'

group = 'org.microg.gms'
group = 'org.microg'
version = '1.0-SNAPSHOT'

dependencies {
compile project(':SafeParcel')
compile project(':safe-parcel')
}

android {
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions safe-parcel
5 changes: 2 additions & 3 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
rootProject.name = 'play-services-api'

include ':SafeParcel'
include ':play-services-api'
include ':safe-parcel'

0 comments on commit c0c4a78

Please sign in to comment.