diff options
| author | 2020-04-08 10:53:46 -0400 | |
|---|---|---|
| committer | 2020-04-08 10:53:46 -0400 | |
| commit | 22d0d4c7f1aadae7d52bf1786655e60ca58eac51 (patch) | |
| tree | df53c851d97a2ab1fc7e5e05bd249b90e64d6694 /cmds/bootanimation/BootAnimation.h | |
| parent | f6408733a17b149b5eb198f7f608d07bb41d1eea (diff) | |
Use public APIs for decoding images for the boot animation
HWUI is restricting access to only a set of stable C APIs. Callers like
boot animation are being converted to either the stable C or NDK APIs.
Test: build and verify animation on reboot
Bug: 150782769
Change-Id: I1fb7c9e0ed2f7bcecec109ddc32b1c5a473f7f3a
Diffstat (limited to 'cmds/bootanimation/BootAnimation.h')
| -rw-r--r-- | cmds/bootanimation/BootAnimation.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmds/bootanimation/BootAnimation.h b/cmds/bootanimation/BootAnimation.h index 574d65e425cf..dd0019673aae 100644 --- a/cmds/bootanimation/BootAnimation.h +++ b/cmds/bootanimation/BootAnimation.h @@ -29,8 +29,6 @@ #include <EGL/egl.h> #include <GLES/gl.h> -class SkBitmap; - namespace android { class Surface; |