From: Chung-yih Wang Date: Sat, 6 Jun 2009 04:00:36 +0000 (+0800) Subject: Remove the eng tag, the VPN will need pppd in user build. X-Git-Tag: android-x86-2.2~13^2 X-Git-Url: http://git.osdn.net/view?p=android-x86%2Fexternal-ppp.git;a=commitdiff_plain;h=a4d7bac2a1623e7dc7603f5da9d5ff731dea6eac Remove the eng tag, the VPN will need pppd in user build. --- diff --git a/pppd/Android.mk b/pppd/Android.mk index f54ab5a..64170cd 100644 --- a/pppd/Android.mk +++ b/pppd/Android.mk @@ -35,7 +35,6 @@ LOCAL_C_INCLUDES := \ LOCAL_CFLAGS := -DANDROID_CHANGES -DCHAPMS=1 -Iexternal/openssl/include LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES) -LOCAL_MODULE_TAGS := eng LOCAL_MODULE:= pppd include $(BUILD_EXECUTABLE)