Loading services/vr/bufferhubd/Android.mk +0 −2 Original line number Diff line number Diff line Loading @@ -37,8 +37,6 @@ sharedLibraries := \ libui include $(CLEAR_VARS) # Don't strip symbols so we see stack traces in logcat. LOCAL_STRIP_MODULE := false LOCAL_SRC_FILES := $(sourceFiles) LOCAL_CFLAGS := -DLOG_TAG=\"bufferhubd\" LOCAL_CFLAGS += -DTRACE=0 Loading services/vr/sensord/Android.mk +0 −2 Original line number Diff line number Diff line Loading @@ -51,8 +51,6 @@ cFlags := -DLOG_TAG=\"sensord\" \ -DTRACE=0 include $(CLEAR_VARS) # Don't strip symbols so we see stack traces in logcat. LOCAL_STRIP_MODULE := false LOCAL_SRC_FILES := $(sourceFiles) LOCAL_CFLAGS := $(cFlags) LOCAL_STATIC_LIBRARIES := $(staticLibraries) Loading Loading
services/vr/bufferhubd/Android.mk +0 −2 Original line number Diff line number Diff line Loading @@ -37,8 +37,6 @@ sharedLibraries := \ libui include $(CLEAR_VARS) # Don't strip symbols so we see stack traces in logcat. LOCAL_STRIP_MODULE := false LOCAL_SRC_FILES := $(sourceFiles) LOCAL_CFLAGS := -DLOG_TAG=\"bufferhubd\" LOCAL_CFLAGS += -DTRACE=0 Loading
services/vr/sensord/Android.mk +0 −2 Original line number Diff line number Diff line Loading @@ -51,8 +51,6 @@ cFlags := -DLOG_TAG=\"sensord\" \ -DTRACE=0 include $(CLEAR_VARS) # Don't strip symbols so we see stack traces in logcat. LOCAL_STRIP_MODULE := false LOCAL_SRC_FILES := $(sourceFiles) LOCAL_CFLAGS := $(cFlags) LOCAL_STATIC_LIBRARIES := $(staticLibraries) Loading