aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)