diff options
author | 2020-01-29 11:54:51 +0000 | |
---|---|---|
committer | 2020-01-29 11:54:51 +0000 | |
commit | 789ce028b514adb10b6bf1420002cc63b1e5a3f1 (patch) | |
tree | bc2cd3131edef4efc21563dae54c04e4553a4a4b /cmds/bootanimation/BootAnimation.h | |
parent | 57383bd9031a154571d484bc13f50d02fdb06ddb (diff) | |
parent | d7c39e5ca969d8c4e1e438cd9768d3628a9919c9 (diff) |
Merge "Add a way to customize boot animation during userspace reboot" am: 3d0bb1d650 am: ab74c5633a am: d7c39e5ca9
Change-Id: I7aa06e75dfe7fd8b7bb29830ea46ebcbe96b536a
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(); |