From 26c870f1731abe7e228bc4d339e18d22b99a500a Mon Sep 17 00:00:00 2001 From: Yiwei Zhang Date: Tue, 28 Apr 2026 14:55:57 -0700 Subject: [PATCH] broadcom: remove unused Android log utils These are leftovers from https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40434 Acked-by: Valentine Burley Reviewed-by: Dhruv Mark Collins Part-of: --- src/broadcom/common/v3d_debug.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/broadcom/common/v3d_debug.h b/src/broadcom/common/v3d_debug.h index 3ce98a5679e..dc078411f1a 100644 --- a/src/broadcom/common/v3d_debug.h +++ b/src/broadcom/common/v3d_debug.h @@ -78,18 +78,6 @@ extern uint32_t v3d_mesa_debug; V3D_DEBUG_VS | V3D_DEBUG_CS | \ V3D_DEBUG_RA) -#ifdef HAVE_ANDROID_PLATFORM -#define LOG_TAG "BROADCOM-MESA" -#if ANDROID_API_LEVEL >= 26 -#include -#else -#include -#endif /* use log/log.h start from android 8 major version */ -#ifndef ALOGW -#define ALOGW LOGW -#endif -#endif /* HAVE_ANDROID_PLATFORM */ - extern bool v3d_debug_flag_for_shader_stage(mesa_shader_stage stage); extern void v3d_process_debug_variable(void);