sdm845-common: Drop qcacld bind mounts

* WiFi driver is now built-in.

Change-Id: If8d0489e851064838249f26e68f4bf5c58b1a97e
This commit is contained in:
LuK1337 2019-12-20 15:36:16 +01:00
parent 2624ff91d0
commit c18bdcef2d
4 changed files with 0 additions and 13 deletions

View file

@ -1,7 +1,3 @@
on post-fs
mount none /system/lib/modules/wlan.ko /vendor/lib/modules-aging/qca_cld3_wlan.ko bind
mount none /system/lib/modules/wlan.ko /vendor/lib/modules/qca_cld3_wlan.ko bind
on boot on boot
# Fingerprint # Fingerprint
chown system system /sys/devices/platform/soc/soc:goodix_fp/proximity_state chown system system /sys/devices/platform/soc/soc:goodix_fp/proximity_state

View file

@ -18,9 +18,6 @@
/system/bin/hw/lineage\.livedisplay@2\.0-service\.oneplus_sdm845 u:object_r:hal_livedisplay_sdm845_exec:s0 /system/bin/hw/lineage\.livedisplay@2\.0-service\.oneplus_sdm845 u:object_r:hal_livedisplay_sdm845_exec:s0
/system/bin/hw/lineage\.touch@1\.0-service\.oneplus_sdm845 u:object_r:hal_touch_sdm845_exec:s0 /system/bin/hw/lineage\.touch@1\.0-service\.oneplus_sdm845 u:object_r:hal_touch_sdm845_exec:s0
# Modules
/system/lib/modules/wlan\.ko u:object_r:system_file:s0
# tri-state-key # tri-state-key
/system/bin/tri-state-key_daemon u:object_r:tri-state-key_daemon_exec:s0 /system/bin/tri-state-key_daemon u:object_r:tri-state-key_daemon_exec:s0

View file

@ -1,6 +1,3 @@
# Allow init to mount wlan kernel module
allow init { system_file vendor_file }:file mounton;
# Allow init to mount vendor configs # Allow init to mount vendor configs
allow init vendor_configs_file:dir mounton; allow init vendor_configs_file:dir mounton;

View file

@ -3,6 +3,3 @@ set_prop(vendor_init, public_vendor_default_prop)
# Allow vendor_init to set vendor_camera_prop # Allow vendor_init to set vendor_camera_prop
set_prop(vendor_init, vendor_camera_prop) set_prop(vendor_init, vendor_camera_prop)
# Allow vendor_init to load wlan kernel module
allow vendor_init system_file:system module_load;