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:
Paul Keith
2017-04-06 14:49:53 -05:00
parent b35c6bdd57
commit 2c6d5966f7
4 changed files with 8 additions and 8 deletions

View File

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