Update GmsCore

This commit is contained in:
Nicola Corna
2017-04-30 19:25:32 +02:00
parent ee7efb6a1a
commit 958871367d
12 changed files with 5 additions and 10 deletions
+5 -10
View File
@@ -2,9 +2,10 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE := GmsCore
LOCAL_SRC_FILES := com.google.android.gms-9258259.apk
LOCAL_REQUIRED_MODULES := libvtm-jni libvtm-android
LOCAL_SRC_FILES := com.google.android.gms-10545440.apk
LOCAL_REQUIRED_MODULES := libvtm-jni
LOCAL_MODULE_CLASS := APPS
LOCAL_PRIVILEGED_MODULE := true
LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX)
LOCAL_CERTIFICATE := PRESIGNED
include $(BUILD_PREBUILT)
@@ -23,6 +24,8 @@ else ifeq "$(TARGET_ARCH)" "arm64"
arch := arm64-v8a
else ifeq "$(TARGET_ARCH)" "x86"
arch := x86
else ifeq "$(TARGET_ARCH)" "x86_64"
arch := x86_64
else
arch := unknown
endif
@@ -35,11 +38,3 @@ LOCAL_MODULE_SUFFIX := .so
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
include $(BUILD_PREBUILT)
include $(CLEAR_VARS)
LOCAL_MODULE := libvtm-android
LOCAL_SRC_FILES := lib/$(arch)/libvtm-android.so
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_SUFFIX := .so
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
include $(BUILD_PREBUILT)
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.