summaryrefslogtreecommitdiff
path: root/cmds/bootanimation/BootAnimation.h
diff options
context:
space:
mode:
author Josh Yang <yzj@google.com> 2021-12-23 14:32:28 -0800
committer Josh Yang <yzj@google.com> 2021-12-23 14:35:34 -0800
commitf95b2007a3fb27fb7e42728e6822f78b8ae9bf7f (patch)
treeefa433fe8d9ef6d46b6f0396e485f251ac85c712 /cmds/bootanimation/BootAnimation.h
parent5fb75a47fce4a17b9dec8089df331bbc1f983728 (diff)
Change the bootanim time file location.
This change moves the bootanim time file location from /data/system/time to /data/bootanim/time. This change helps us remove the access to system_data_file from bootanim. Bug: 210757252 Test: Boot animation can show time. No SELinux violations. Change-Id: Ie61155f8976f3b8c6ad5ceac1826140c1455ad54
Diffstat (limited to 'cmds/bootanimation/BootAnimation.h')
-rw-r--r--cmds/bootanimation/BootAnimation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/bootanimation/BootAnimation.h b/cmds/bootanimation/BootAnimation.h
index 7a597da533ee..4c378cbc48bd 100644
--- a/cmds/bootanimation/BootAnimation.h
+++ b/cmds/bootanimation/BootAnimation.h
@@ -161,7 +161,7 @@ private:
void addTimeDirWatch();
int mInotifyFd;
- int mSystemWd;
+ int mBootAnimWd;
int mTimeWd;
BootAnimation* mBootAnimation;
};