OSDN Git Service

am a4d7bac2: Remove the eng tag, the VPN will need pppd in user build.
authorChung-yih Wang <cywang@google.com>
Sat, 6 Jun 2009 07:07:44 +0000 (00:07 -0700)
committerThe Android Open Source Project <initial-contribution@android.com>
Sat, 6 Jun 2009 07:07:44 +0000 (00:07 -0700)
Merge commit 'a4d7bac2a1623e7dc7603f5da9d5ff731dea6eac'

* commit 'a4d7bac2a1623e7dc7603f5da9d5ff731dea6eac':
  Remove the eng tag, the VPN will need pppd in user build.

pppd/Android.mk

index f54ab5a..64170cd 100644 (file)
@@ -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)