OSDN Git Service

enable pppd on x86 froyo-x86 android-x86-2.2 android-x86-2.2-r2
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>
Wed, 30 Jun 2010 11:16:05 +0000 (19:16 +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