Merge "Overlay changes for STA+SAP support"

This commit is contained in:
Linux Build Service Account 2017-08-13 19:04:33 -07:00 committed by Gerrit - the friendly Code Review server
commit 86816ceb72
2 changed files with 9 additions and 3 deletions

8
overlay/frameworks/base/core/res/res/values/config.xml Executable file → Normal file
View file

@ -34,4 +34,12 @@
<integer name="config_sms_authorization_timeout_ms">15000</integer> <integer name="config_sms_authorization_timeout_ms">15000</integer>
<!-- Enable SMS authorization support --> <!-- Enable SMS authorization support -->
<bool name="config_sms_authorization_enabled">true</bool> <bool name="config_sms_authorization_enabled">true</bool>
<!-- List of regexpressions describing the interface (if any) that represent tetherable
Wifi interfaces. If the device doesn't want to support tethering over Wifi this
should be empty. An example would be "softap.*" -->
<string-array translatable="false" name="config_tether_wifi_regexs">
<item>"wigig0"</item>
<item>"softap0"</item>
</string-array>
</resources> </resources>

View file

@ -1,8 +1,6 @@
TARGET_USES_AOSP := true TARGET_USES_AOSP := true
ifneq ($(TARGET_USES_AOSP),true) DEVICE_PACKAGE_OVERLAYS := device/qcom/sdm660_64/overlay
DEVICE_PACKAGE_OVERLAYS := device/qcom/sdm660_64/overlay
endif
# Default vendor configuration. # Default vendor configuration.
ifeq ($(ENABLE_VENDOR_IMAGE),) ifeq ($(ENABLE_VENDOR_IMAGE),)