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

Commit 0cda530e 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 am: a66dc6e1

am: a32f221d

* commit 'a32f221d':
  Use clang for libhwui
parents 7078a446 a32f221d
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 \