Merge "Overlay changes for STA+SAP support"
This commit is contained in:
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
8
overlay/frameworks/base/core/res/res/values/config.xml
Executable file → Normal file
|
@ -34,4 +34,12 @@
|
|||
<integer name="config_sms_authorization_timeout_ms">15000</integer>
|
||||
<!-- Enable SMS authorization support -->
|
||||
<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>
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
TARGET_USES_AOSP := true
|
||||
|
||||
ifneq ($(TARGET_USES_AOSP),true)
|
||||
DEVICE_PACKAGE_OVERLAYS := device/qcom/sdm660_64/overlay
|
||||
endif
|
||||
DEVICE_PACKAGE_OVERLAYS := device/qcom/sdm660_64/overlay
|
||||
|
||||
# Default vendor configuration.
|
||||
ifeq ($(ENABLE_VENDOR_IMAGE),)
|
||||
|
|
Loading…
Reference in a new issue