OSDN Git Service

enable pppd on x86 honeycomb-x86
authorChih-Wei Huang <cwhuang@linux.org.tw>
Mon, 1 Mar 2010 03:28:59 +0000 (11:28 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 4 Nov 2011 22:26:57 +0000 (06:26 +0800)
pppd/Android.mk

index dcd5f8d..39ed9bc 100644 (file)
@@ -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