diff options
author | Ying Wang <wangying@google.com> | 2013-11-25 12:56:25 -0800 |
---|---|---|
committer | Ying Wang <wangying@google.com> | 2013-11-25 13:59:46 -0800 |
commit | c1f8360248a650624ce770460e111be28a16a5d4 (patch) | |
tree | 381309452a7f00a4e3daf22f2c67fb5cdc482731 /target/product/base.mk | |
parent | 4b5aaedcd0ca0b6c43238a49eb4c1758e3f87845 (diff) | |
download | build-c1f8360248a650624ce770460e111be28a16a5d4.zip build-c1f8360248a650624ce770460e111be28a16a5d4.tar.gz build-c1f8360248a650624ce770460e111be28a16a5d4.tar.bz2 |
Push wpa_supplicant modules down to the leaf product config.
Since 558477c0b2a5a7db679c1ad7551d43e6364d1df2 in
external/wpa_supplicant_8 we don't need those modules if
WPA_SUPPLICANT_VERSION is not set by the BoardConfig.mk.
Actually the generic devices don't need them.
Change-Id: Iff7c1fbf483bd16d5f898836c4e7401d56def80f
Diffstat (limited to 'target/product/base.mk')
-rw-r--r-- | target/product/base.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/product/base.mk b/target/product/base.mk index 194f356..7c60447 100644 --- a/target/product/base.mk +++ b/target/product/base.mk @@ -80,7 +80,6 @@ PRODUCT_PACKAGES += \ libutils \ libvisualizer \ libvorbisidec \ - libwpa_client \ media \ media_cmd \ mediaserver \ |