Fix makefiles

Change-Id: Ice1b66046a1c8525b91012540907bdfd4b81c5ab
Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
This commit is contained in:
Paul Keith 2017-04-06 13:12:04 -05:00
parent c9b725d124
commit 52b3cf2cdd
No known key found for this signature in database
GPG Key ID: AB0BF746E05523CF
3 changed files with 4 additions and 2 deletions

View File

@ -16,7 +16,7 @@
LOCAL_PATH := $(call my-dir)
ifeq ($(TARGET_DEVICE),)
ifneq ($(TARGET_DEVICE),)
include $(CLEAR_VARS)
LOCAL_MODULE := PrebuiltGmsCore

View File

@ -20,3 +20,5 @@ PRODUCT_COPY_FILES += \
PRODUCT_PACKAGES += \
PrebuiltGmsCore \
SetupWizard
$(call inherit-product, vendor/gapps/common/common-vendor.mk)

View File

@ -16,7 +16,7 @@
LOCAL_PATH := $(call my-dir)
ifeq ($(TARGET_DEVICE),)
ifneq ($(TARGET_DEVICE),)
include $(CLEAR_VARS)
LOCAL_MODULE := GoogleContactsSyncAdapter