summaryrefslogtreecommitdiffstats
path: root/overlay
diff options
context:
space:
mode:
authorXpLoDWilD <xplodwild@cyanogenmod.org>2013-07-27 00:48:51 +0200
committerXpLoDWilD <xplodwild@cyanogenmod.org>2013-07-27 00:48:51 +0200
commite705574d0bcdfcb44a9e5ed71312637a5a2912d8 (patch)
tree6adc17721b039637947cbf30bc7970948e3532a5 /overlay
parentbdb3fa36de5f93aec901ab135b5d3f6e381504dc (diff)
downloaddevice_samsung_smdk4412-common-e705574d0bcdfcb44a9e5ed71312637a5a2912d8.tar.gz
device_samsung_smdk4412-common-e705574d0bcdfcb44a9e5ed71312637a5a2912d8.tar.bz2
device_samsung_smdk4412-common-e705574d0bcdfcb44a9e5ed71312637a5a2912d8.zip
smdk4412: Fix EGL extension failing (good ol' times) and fix build
Yeah, that did happen already in the past... Love you. Change-Id: I932896e2f47fb2f833200010bca22ccde8a2aac4
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 2c4d40f..c250012 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -173,8 +173,9 @@
<!-- Boolean indicating whether the wifi chipset has dual frequency band support -->
<bool translatable="false" name="config_wifi_dual_band_support">true</bool>
- <!-- Boolean indicating whether the wifi chipset has p2p support -->
- <bool translatable="false" name="config_wifi_p2p_support">true</bool>
+ <!-- Device type information conforming to Annex B format in WiFi Direct specification.
+ The default represents a dual-mode smartphone -->
+ <string translatable="false" name="config_wifi_p2p_device_type">10-0050F204-5</string>
<!-- Boolean indicating whether the wifi chipset has background scan support -->
<bool translatable="false" name="config_wifi_background_scan_support">true</bool>