Fix makefile guards

Change-Id: Ied18679266cbdfa0c5f9e2f7ee5655575cc2b16e
Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
This commit is contained in:
Paul Keith
2017-04-06 14:27:31 -05:00
förälder 7c47b86bad
incheckning b35c6bdd57
3 ändrade filer med 3 tillägg och 3 borttagningar

Visa fil

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

Visa fil

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

Visa fil

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