Add iptables and ip6tables to core.mk.
Change-Id: I1cb2be8a28013b20d1032a8d766021a2f4aca9e1
This commit is contained in:
parent
040221a994
commit
24cad7d4f7
|
@ -154,7 +154,6 @@ GRANDFATHERED_USER_MODULES += \
|
|||
init \
|
||||
input \
|
||||
ip \
|
||||
iptables \
|
||||
iself \
|
||||
isprelinked \
|
||||
jarjar \
|
||||
|
|
|
@ -23,6 +23,24 @@ PRODUCT_PROPERTY_OVERRIDES := \
|
|||
ro.config.alarm_alert=Alarm_Classic.ogg
|
||||
|
||||
PRODUCT_PACKAGES := \
|
||||
ApplicationsProvider \
|
||||
Browser \
|
||||
Bugreport \
|
||||
Contacts \
|
||||
ContactsProvider \
|
||||
DefaultContainerService \
|
||||
DownloadProvider \
|
||||
DownloadProviderUi \
|
||||
HTMLViewer \
|
||||
Home \
|
||||
MediaProvider \
|
||||
PackageInstaller \
|
||||
PicoTts \
|
||||
SettingsProvider \
|
||||
TelephonyProvider \
|
||||
TtsService \
|
||||
UserDictionaryProvider \
|
||||
VpnServices \
|
||||
apache-xml \
|
||||
bouncycastle \
|
||||
com.android.location.provider \
|
||||
|
@ -41,7 +59,12 @@ PRODUCT_PACKAGES := \
|
|||
hprof-conv \
|
||||
icu.dat \
|
||||
installd \
|
||||
ip \
|
||||
ip-up-vpn \
|
||||
ip6tables \
|
||||
iptables \
|
||||
libOpenMAXAL \
|
||||
libOpenSLES \
|
||||
libcrypto \
|
||||
libdex \
|
||||
libdvm \
|
||||
|
@ -51,34 +74,13 @@ PRODUCT_PACKAGES := \
|
|||
libjavacore \
|
||||
libnativehelper \
|
||||
libnfc_ndef \
|
||||
libOpenMAXAL \
|
||||
libOpenSLES \
|
||||
libsqlite_jni \
|
||||
libssl \
|
||||
libwilhelm \
|
||||
libz \
|
||||
screencap \
|
||||
sqlite-jdbc \
|
||||
wpa_supplicant.conf \
|
||||
Browser \
|
||||
Contacts \
|
||||
Home \
|
||||
HTMLViewer \
|
||||
ApplicationsProvider \
|
||||
ContactsProvider \
|
||||
DownloadProvider \
|
||||
DownloadProviderUi \
|
||||
MediaProvider \
|
||||
PicoTts \
|
||||
SettingsProvider \
|
||||
TelephonyProvider \
|
||||
TtsService \
|
||||
VpnServices \
|
||||
UserDictionaryProvider \
|
||||
PackageInstaller \
|
||||
DefaultContainerService \
|
||||
Bugreport \
|
||||
ip \
|
||||
screencap
|
||||
wpa_supplicant.conf
|
||||
|
||||
# host-only dependencies
|
||||
ifeq ($(WITH_HOST_DALVIK),true)
|
||||
|
|
Loading…
Reference in New Issue