mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
Merge "init.hardware.rc: fix permission for time_daemon" into oc-dr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
12fddd67f7
@@ -192,6 +192,10 @@ on late-fs
|
||||
# Mount RW partitions which need run fsck
|
||||
mount_all /vendor/etc/fstab.${ro.hardware} --late
|
||||
|
||||
# Required for time_daemon
|
||||
mkdir /persist/time 0770 system system
|
||||
mkdir /data/vendor/time 0700 system system
|
||||
|
||||
# Start time daemon early so that the system time can be set early
|
||||
start time_daemon
|
||||
|
||||
@@ -419,10 +423,6 @@ on boot
|
||||
# Wifi firmware reload path
|
||||
chown wifi wifi /sys/module/wlan/parameters/fwpath
|
||||
|
||||
# Required for time_daemon
|
||||
mkdir /persist/time 0770 system system
|
||||
mkdir /data/vendor/time 0700 system system
|
||||
|
||||
# default country code
|
||||
setprop ro.boot.wificountrycode 00
|
||||
|
||||
|
||||
Reference in New Issue
Block a user