platform_build/target/board/generic_x86_64
Ying Wang 17fc3d2ac1 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

Conflicts:
	target/product/core_tiny.mk
2013-12-05 10:12:01 -08:00
..
BoardConfig.mk Push wpa_supplicant modules down to the leaf product config. 2013-12-05 10:12:01 -08:00
device.mk x86_64: Adding new target 2013-10-02 20:58:54 +04:00
README.txt x86_64: Adding new target 2013-10-02 20:58:54 +04:00
system.prop x86_64: Adding new target 2013-10-02 20:58:54 +04:00

The "generic_x86_64" product defines a non-hardware-specific IA target
without a kernel or bootloader.

It can be used to build the entire user-level system, and
will work with the IA version of the emulator,

It is not a product "base class"; no other products inherit
from it or use it in any way.