aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2012-08-10 13:51:06 -0700
committerandroid code review <noreply-gerritcodereview@google.com>2012-08-10 13:51:06 -0700
commitf102f0f69a0f47c3bbf8298f8acd23a6a8ef5fb3 (patch)
tree1c395419964c75711e80a430c8efaf1b197fc870
parent351958316957352685f15674ee5bd71726dc993e (diff)
parent91976a198449d5f2c89e730979db05b628ecdb68 (diff)
downloadlibyuv-f102f0f69a0f47c3bbf8298f8acd23a6a8ef5fb3.tar.gz
Merge "Only build for ARM targets."tools_r21
-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)