summaryrefslogtreecommitdiffstats
path: root/rootdir/Android.mk
diff options
context:
space:
mode:
authorChia-chi Yeh <chiachi@android.com>2009-06-18 17:18:51 +0800
committerChia-chi Yeh <chiachi@android.com>2009-06-18 17:18:51 +0800
commitabd54c1b78983ce425250dba137e203b7020637e (patch)
treef3ffb8ce9a9bdc2b7637517bd83dbc5034377ed1 /rootdir/Android.mk
parentbfa2f8e9b506a4b710ebcefa7c1e324609b8ca34 (diff)
downloadsystem_core-abd54c1b78983ce425250dba137e203b7020637e.zip
system_core-abd54c1b78983ce425250dba137e203b7020637e.tar.gz
system_core-abd54c1b78983ce425250dba137e203b7020637e.tar.bz2
rootdir: Remove gprs/pppd related scripts.
vpn related scripts will be updated in the next change.
Diffstat (limited to 'rootdir/Android.mk')
-rw-r--r--rootdir/Android.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/rootdir/Android.mk b/rootdir/Android.mk
index 44e343c..d4c75a6 100644
--- a/rootdir/Android.mk
+++ b/rootdir/Android.mk
@@ -6,16 +6,10 @@ include $(CLEAR_VARS)
copy_from := \
etc/dbus.conf \
etc/init.goldfish.sh \
- etc/ppp/ip-up \
- etc/ppp/ip-down \
etc/ppp/peers/common \
etc/racoon/racoon.conf \
etc/hosts
-dont_copy := \
- etc/init.gprs-pppd \
- etc/ppp/chap-secrets
-
copy_to := $(addprefix $(TARGET_OUT)/,$(copy_from))
copy_from := $(addprefix $(LOCAL_PATH)/,$(copy_from))