diff options
author | 2020-01-29 11:24:01 +0000 | |
---|---|---|
committer | 2020-01-29 11:24:01 +0000 | |
commit | 3d0bb1d650ac68b8ba9ff711a6255e34cc21db69 (patch) | |
tree | 296e99a8ea3a42351060f2d2fd96c6b27c6ded67 /cmds/bootanimation/BootAnimation.h | |
parent | 6c63065a84ec3c586d04fa90381232aed7ac4427 (diff) | |
parent | 06c986e7c92d43f95718ee34b1984e8dffbdc15c (diff) |
Merge "Add a way to customize boot animation during userspace reboot"
Diffstat (limited to 'cmds/bootanimation/BootAnimation.h')
-rw-r--r-- | cmds/bootanimation/BootAnimation.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cmds/bootanimation/BootAnimation.h b/cmds/bootanimation/BootAnimation.h index dc19fb09ef1d..574d65e425cf 100644 --- a/cmds/bootanimation/BootAnimation.h +++ b/cmds/bootanimation/BootAnimation.h @@ -17,6 +17,8 @@ #ifndef ANDROID_BOOTANIMATION_H #define ANDROID_BOOTANIMATION_H +#include <vector> + #include <stdint.h> #include <sys/types.h> @@ -157,6 +159,7 @@ private: bool parseAnimationDesc(Animation&); bool preloadZip(Animation &animation); void findBootAnimationFile(); + bool findBootAnimationFileInternal(const std::vector<std::string>& files); bool preloadAnimation(); void checkExit(); |