Update safe-parcel

This commit is contained in:
mar-v-in 2015-03-14 22:09:18 +01:00
parent dbae4add94
commit c0c4a78eab
166 changed files with 9 additions and 9 deletions

2
.gitmodules vendored
View File

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

View File

@ -3,8 +3,8 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS) include $(CLEAR_VARS)
LOCAL_MODULE := GmsApi LOCAL_MODULE := GmsApi
LOCAL_SRC_FILES := $(call all-java-files-under, src/main/java) LOCAL_SRC_FILES := $(call all-java-files-under, play-services-api/src/main/java)
LOCAL_SRC_FILES := $(call all-Iaidl-files-under, src/main/aidl) LOCAL_SRC_FILES := $(call all-Iaidl-files-under, play-services-api/src/main/aidl)
LOCAL_STATIC_JAVA_LIBRARIES := SafeParcel LOCAL_STATIC_JAVA_LIBRARIES := SafeParcel
include $(BUILD_STATIC_JAVA_LIBRARY) include $(BUILD_STATIC_JAVA_LIBRARY)

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

1
extern/SafeParcel vendored Submodule

@ -0,0 +1 @@
Subproject commit 454265fd3ee465cc0741a57f3a74a6e747c2fcd5

View File

@ -11,11 +11,11 @@ buildscript {
apply plugin: 'com.android.library' apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven' apply plugin: 'com.github.dcendents.android-maven'
group = 'org.microg.gms' group = 'org.microg'
version = '1.0-SNAPSHOT' version = '1.0-SNAPSHOT'
dependencies { dependencies {
compile project(':SafeParcel') compile project(':safe-parcel')
} }
android { android {

Some files were not shown because too many files have changed in this diff Show More