Fix makefiles
Change-Id: Ice1b66046a1c8525b91012540907bdfd4b81c5ab Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
This commit is contained in:
parent
c9b725d124
commit
52b3cf2cdd
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
LOCAL_PATH := $(call my-dir)
|
LOCAL_PATH := $(call my-dir)
|
||||||
|
|
||||||
ifeq ($(TARGET_DEVICE),)
|
ifneq ($(TARGET_DEVICE),)
|
||||||
|
|
||||||
include $(CLEAR_VARS)
|
include $(CLEAR_VARS)
|
||||||
LOCAL_MODULE := PrebuiltGmsCore
|
LOCAL_MODULE := PrebuiltGmsCore
|
||||||
|
@ -20,3 +20,5 @@ PRODUCT_COPY_FILES += \
|
|||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
PrebuiltGmsCore \
|
PrebuiltGmsCore \
|
||||||
SetupWizard
|
SetupWizard
|
||||||
|
|
||||||
|
$(call inherit-product, vendor/gapps/common/common-vendor.mk)
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
LOCAL_PATH := $(call my-dir)
|
LOCAL_PATH := $(call my-dir)
|
||||||
|
|
||||||
ifeq ($(TARGET_DEVICE),)
|
ifneq ($(TARGET_DEVICE),)
|
||||||
|
|
||||||
include $(CLEAR_VARS)
|
include $(CLEAR_VARS)
|
||||||
LOCAL_MODULE := GoogleContactsSyncAdapter
|
LOCAL_MODULE := GoogleContactsSyncAdapter
|
||||||
|
Loading…
Reference in New Issue
Block a user