Fix makefile guarding (for real)
* previously definitions for different arches would conflict Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
ifneq ($(TARGET_DEVICE),)
|
||||
ifneq ($(filter arm64,$(TARGET_ARCH)),)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := PrebuiltGmsCore
|
||||
|
Reference in New Issue
Block a user