Merge "Track movement of tz files into the runtime module" am: 7eabef54ee
am: 70d9e5f320
Change-Id: I31ce3e735ae68c7edc1ab7b1f61c35698d100a17
This commit is contained in:
commit
1297a544d9
1 changed files with 2 additions and 2 deletions
|
|
@ -583,8 +583,8 @@ on post-fs-data
|
||||||
# Set SELinux security contexts on upgrade or policy update.
|
# Set SELinux security contexts on upgrade or policy update.
|
||||||
restorecon --recursive --skip-ce /data
|
restorecon --recursive --skip-ce /data
|
||||||
|
|
||||||
# Check any timezone data in /data is newer than the copy in /system, delete if not.
|
# Check any timezone data in /data is newer than the copy in the runtime module, delete if not.
|
||||||
exec - system system -- /system/bin/tzdatacheck /system/usr/share/zoneinfo /data/misc/zoneinfo
|
exec - system system -- /system/bin/tzdatacheck /apex/com.android.runtime/etc/tz /data/misc/zoneinfo
|
||||||
|
|
||||||
# If there is no post-fs-data action in the init.<device>.rc file, you
|
# If there is no post-fs-data action in the init.<device>.rc file, you
|
||||||
# must uncomment this line, otherwise encrypted filesystems
|
# must uncomment this line, otherwise encrypted filesystems
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue