aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Dearman <chris@mips.com>2012-01-07 17:38:22 -0800
committerRaghu Gandham <raghu@mips.com>2012-08-10 12:20:56 -0700
commit91976a198449d5f2c89e730979db05b628ecdb68 (patch)
tree1c395419964c75711e80a430c8efaf1b197fc870
parent351958316957352685f15674ee5bd71726dc993e (diff)
downloadlibyuv-91976a198449d5f2c89e730979db05b628ecdb68.tar.gz
Only build for ARM targets.
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 5ce22e01..ea1d85e9 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,6 +1,6 @@
# This is the Android makefile for google3/third_party/libsrtp so that we can
# build it with the Android NDK.
-ifneq ($(TARGET_ARCH),x86)
+ifeq ($(TARGET_ARCH),arm)
LOCAL_PATH := $(call my-dir)