base.mk: Remove tcpdump from product packages

Remove tcpdump from product packages so it can be generated only
in userdebug builds. To ensure that the binary is generated in
userdebug builds only, we specify the module tags as debug in
the tcpdump project.

CRs-fixed: 750891
Change-Id: I5b7e7f81702e69abdf5aa3c27b1453e14ce55619
This commit is contained in:
Subash Abhinov Kasiviswanathan 2014-11-19 22:48:00 -07:00 committed by Gerrit - the friendly Code Review server
parent cf01eb8ed5
commit 7236b83e51
1 changed files with 0 additions and 3 deletions

View File

@ -734,9 +734,6 @@ PRODUCT_PACKAGES += librecovery_updater_msm
# vcard jar # vcard jar
PRODUCT_PACKAGES += vcard PRODUCT_PACKAGES += vcard
# tcpdump for packet capture
PRODUCT_PACKAGES += tcpdump
# tcmiface for tcm support # tcmiface for tcm support
PRODUCT_PACKAGES += tcmiface PRODUCT_PACKAGES += tcmiface