diff options
Diffstat (limited to 'cmds/bootanimation/Android.bp')
-rw-r--r-- | cmds/bootanimation/Android.bp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cmds/bootanimation/Android.bp b/cmds/bootanimation/Android.bp index c60d08b2bda1..757c2b2a4cfa 100644 --- a/cmds/bootanimation/Android.bp +++ b/cmds/bootanimation/Android.bp @@ -43,6 +43,10 @@ cc_binary { ], init_rc: ["bootanim.rc"], + + cflags: [ + "-Wno-deprecated-declarations", + ], } // libbootanimation |