Fix makefile guarding (for real)

* previously definitions for different arches would conflict

Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
此提交包含在:
Paul Keith
2017-04-06 14:49:53 -05:00
父節點 b35c6bdd57
當前提交 2c6d5966f7
共有 4 個檔案被更改,包括 8 行新增8 行删除

查看文件

@@ -16,7 +16,7 @@
LOCAL_PATH := $(call my-dir)
ifneq ($(TARGET_DEVICE),)
ifneq ($(filter arm arm64 x86,$(TARGET_ARCH)),)
include $(CLEAR_VARS)
LOCAL_MODULE := GoogleContactsSyncAdapter