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
parent 7c47b86bad
commit b35c6bdd57
No known key found for this signature in database
GPG Key ID: AB0BF746E05523CF
3 changed files with 3 additions and 3 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

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

View File

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