diff options
author | Ying Wang <wangying@google.com> | 2013-11-25 14:16:03 -0800 |
---|---|---|
committer | Ying Wang <wangying@google.com> | 2013-11-25 14:16:03 -0800 |
commit | 51ec88690e380f5c139c8768c266eed193db7101 (patch) | |
tree | 9f3ebfcc9ca95354726e9e3804ac0eb9287be16c | |
parent | cba3ddadffd8f92b453b74ea1f2886df3be35314 (diff) | |
download | android_device_generic_mips-51ec88690e380f5c139c8768c266eed193db7101.tar.gz android_device_generic_mips-51ec88690e380f5c139c8768c266eed193db7101.tar.bz2 android_device_generic_mips-51ec88690e380f5c139c8768c266eed193db7101.zip |
We don't need WPA_SUPPLICANT_VERSION in generic build.
Change-Id: I5a04cc0807ca2cab83b5c0bf149c048ffdd4aafc
-rw-r--r-- | BoardConfig.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index d20563d..b677b4a 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -17,8 +17,6 @@ MINIMAL_FONT_FOOTPRINT := true BOARD_HAVE_BLUETOOTH := true BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/generic/common/bluetooth -WPA_SUPPLICANT_VERSION := VER_0_8_X - USE_OPENGL_RENDERER := true BOARD_USE_LEGACY_UI := true |