summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Wei Huang <cwhuang@linux.org.tw>2012-03-11 16:04:01 +0800
committerChih-Wei Huang <cwhuang@android-x86.org>2012-03-11 16:05:43 +0800
commit38fcc92932de009e74111a36abd5d689be2839e1 (patch)
tree325ec7421b6f62d08d1c23a8adb8d235113391ad
parentab377ba41c51981a0fa4d5aaf350fe4ca540a610 (diff)
downloadppp-38fcc92932de009e74111a36abd5d689be2839e1.tar.gz
Android.mk: enable pppd on non-arm platform
Change-Id: I2e991872e297363d2e0a08e92d7fcebdea96a472
-rw-r--r--pppd/Android.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/pppd/Android.mk b/pppd/Android.mk
index dcd5f8d..39ed9bc 100644
--- a/pppd/Android.mk
+++ b/pppd/Android.mk
@@ -1,5 +1,3 @@
-ifeq ($(TARGET_ARCH),arm)
-
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
@@ -37,5 +35,3 @@ LOCAL_CFLAGS := -DANDROID_CHANGES -DCHAPMS=1 -DMPPE=1 -Iexternal/openssl/include
LOCAL_MODULE:= pppd
include $(BUILD_EXECUTABLE)
-
-endif