From 91976a198449d5f2c89e730979db05b628ecdb68 Mon Sep 17 00:00:00 2001 From: Chris Dearman Date: Sat, 7 Jan 2012 17:38:22 -0800 Subject: Only build for ARM targets. --- Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3