Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d354fd2c authored by Chris Craik's avatar Chris Craik
Browse files

Use clang for libhwui

bug:25417885

Change-Id: I0ef8034d79ba3682925e3c2a4b7ccd833fd4f156
parent b0e4f9e9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
# getConfig in external/skia/include/core/SkBitmap.h is deprecated.
# Allow Gnu extension: in-class initializer of static 'const float' member.
# DeferredLayerUpdater.h: private field 'mRenderThread' is not used.

LOCAL_CLANG := true

LOCAL_CLANG_CFLAGS += \
    -Wno-deprecated-declarations \
    -Wno-gnu-static-float-init \