Snap for 8989391 from 5b4958877a
to udc-release
Change-Id: I4481e36809b503d125709aa9b8e771897fc6902e
This commit is contained in:
commit
a600ae6b6f
2 changed files with 21 additions and 1 deletions
|
@ -52,7 +52,7 @@ on post-fs-data
|
|||
chmod 0660 /sys/class/st33spi/st33spi/st33spi_state
|
||||
|
||||
# Wifi
|
||||
on property:sys.boot_completed=1
|
||||
on property:vendor.all.modules.ready=1
|
||||
write /sys/bus/platform/drivers/cnss2/qcom,cnss-qca6490/fs_ready 1
|
||||
# Create directories for wifihal services
|
||||
mkdir /dev/socket/wifihal 0770 wifi wifi
|
||||
|
|
20
lynx/overlay/frameworks/base/core/res/res/values/bools.xml
Normal file
20
lynx/overlay/frameworks/base/core/res/res/values/bools.xml
Normal file
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
* Copyright (c) 2022, The Android Open Source Project
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
-->
|
||||
<resources>
|
||||
<bool name="system_server_plays_face_haptics">false</bool>
|
||||
</resources>
|
Loading…
Add table
Add a link
Reference in a new issue