aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/Android.mk b/Android.mk
index 7010fe89..5be19252 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,6 +1,5 @@
# This is the Android makefile for google3/third_party/libsrtp so that we can
# build it with the Android NDK.
-ifeq ($(TARGET_ARCH),arm)
LOCAL_PATH := $(call my-dir)
@@ -52,5 +51,3 @@ LOCAL_MODULE:= libyuv_static
LOCAL_MODULE_TAGS := optional
include $(BUILD_STATIC_LIBRARY)
-
-endif