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

Commit f60cc200 authored by Romain Guy's avatar Romain Guy
Browse files

JNI does not use hwui_flags but LOCAL_CFLAGS

Test: Manual
Change-Id: I109cb9dbce61079d2aa8d313b88f45e882ed9254
parent 8762e332
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ endif
# TODO: The final test should be:
# TODO: ifneq ($(TARGET_ENABLE_LINEAR_BLENDING),false)
ifeq ($(TARGET_ENABLE_LINEAR_BLENDING),true)
    hwui_cflags += -DANDROID_ENABLE_LINEAR_BLENDING
    LOCAL_CFLAGS += -DANDROID_ENABLE_LINEAR_BLENDING
endif

LOCAL_CFLAGS += -DGL_GLEXT_PROTOTYPES -DEGL_EGLEXT_PROTOTYPES