summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChung-yih Wang <cywang@google.com>2009-06-06 12:00:36 +0800
committerChung-yih Wang <cywang@google.com>2009-06-06 12:00:36 +0800
commita4d7bac2a1623e7dc7603f5da9d5ff731dea6eac (patch)
tree02b75e8e78b30c43c84d8252737eb8218e49feee
parent673ef9b9aa0a5ccf3041dae720d3a9175e8c5137 (diff)
downloadppp-a4d7bac2a1623e7dc7603f5da9d5ff731dea6eac.tar.gz
Remove the eng tag, the VPN will need pppd in user build.
-rw-r--r--pppd/Android.mk1
1 files changed, 0 insertions, 1 deletions
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)