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

Commit 61c93eb1 authored by Tenghui Zhu's avatar Tenghui Zhu Committed by Android (Google) Code Review
Browse files

Merge "Use clang for libhwui" into mnc-dr-dev

parents 71e49845 d354fd2c
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 \