diff options
author | Ying Wang <wangying@google.com> | 2013-11-25 14:17:15 -0800 |
---|---|---|
committer | Ying Wang <wangying@google.com> | 2013-11-25 14:17:15 -0800 |
commit | 43bb41d5ad835be3ee1cbc83e66126962b0baaae (patch) | |
tree | ac7c076a23bea4053657c5bc50346884573c3812 | |
parent | 0923313d90f03365d3fb881c3cb6d50802946b6b (diff) | |
download | device_generic_armv7-a-neon-43bb41d5ad835be3ee1cbc83e66126962b0baaae.tar.gz device_generic_armv7-a-neon-43bb41d5ad835be3ee1cbc83e66126962b0baaae.tar.bz2 device_generic_armv7-a-neon-43bb41d5ad835be3ee1cbc83e66126962b0baaae.zip |
We don't need WPA_SUPPLICANT_VERSION in generic build.
Change-Id: Ia303cbb282c904280b77663a142de31c14a2a29d
-rw-r--r-- | BoardConfig.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 80a34cc..e2e42ac 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -20,8 +20,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 |