OSDN Git Service

Android.mk: support 64-bit targets
authorChih-Wei Huang <cwhuang@linux.org.tw>
Thu, 6 Nov 2014 15:26:59 +0000 (23:26 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Tue, 16 Dec 2014 08:44:33 +0000 (16:44 +0800)
Android.mk

index c964afe..e66ec6f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2009-2010, The Android-x86 Open Source Project
+# Copyright 2009-2014, The Android-x86 Open Source Project
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -12,7 +12,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-ifeq ($(TARGET_ARCH),x86)
+ifneq ($(filter x86%,$(TARGET_ARCH)),)
 LOCAL_PATH := $(call my-dir)
 include $(CLEAR_VARS)