Fix makefile guards
Change-Id: Ied18679266cbdfa0c5f9e2f7ee5655575cc2b16e Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
This commit is contained in:
parent
7c47b86bad
commit
b35c6bdd57
@ -16,7 +16,7 @@
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
ifeq ($(TARGET_DEVICE),)
|
||||
ifneq ($(TARGET_DEVICE),)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := PrebuiltGmsCore
|
||||
|
@ -16,7 +16,7 @@
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
ifeq ($(TARGET_DEVICE),)
|
||||
ifneq ($(TARGET_DEVICE),)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := PrebuiltGmsCore
|
||||
|
@ -16,7 +16,7 @@
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
ifeq ($(TARGET_DEVICE),)
|
||||
ifneq ($(TARGET_DEVICE),)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := GoogleContactsSyncAdapter
|
||||
|
Loading…
Reference in New Issue
Block a user