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

Commit 5df99621 authored by Mathias Agopian's avatar Mathias Agopian
Browse files

fix typo in makefile LOCAL_CFLAGS was spelled LOCAL_CLFAGS

Change-Id: I58b96d28f608ce16fcad5ed0efb887e582779e03
parent db403e8f
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ LOCAL_SHARED_LIBRARIES := \
# this is only needed for DDMS debugging
ifneq ($(TARGET_BUILD_PDK),true)
	LOCAL_SHARED_LIBRARIES += libdvm libandroid_runtime
	LOCAL_CLFAGS += -DDDMS_DEBUGGING
	LOCAL_CFLAGS += -DDDMS_DEBUGGING
	LOCAL_SRC_FILES += DdmConnection.cpp
endif

+2 −0
Original line number Diff line number Diff line
@@ -118,6 +118,8 @@ void SurfaceFlinger::init()
    if (mDebugDDMS) {
        DdmConnection::start(getServiceName());
    }
#else
#warning "DDMS_DEBUGGING disabled"
#endif

    ALOGI_IF(mDebugRegion,       "showupdates enabled");