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

Commit a66dc6e1 authored by Tenghui Zhu's avatar Tenghui Zhu Committed by android-build-merger
Browse files

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

am: 61c93eb1

* commit '61c93eb1':
  Use clang for libhwui
parents 7f54aa1e 61c93eb1
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 \