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

Commit a32f221d 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

* commit 'a66dc6e1':
  Use clang for libhwui
parents 9c7f6a40 a66dc6e1
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 \