Fix makefile guarding (for real)
* previously definitions for different arches would conflict Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
此提交包含在:
@@ -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
|
||||
|
新增問題並參考
封鎖使用者