From fd72bde475c028a1f71699b0e8f1dfc9d3d1d66a Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Sat, 10 Mar 2018 15:41:37 -0800 Subject: [PATCH] Remove obsolete BRILLO variable Test: none Change-Id: Iaf563b78819d63cb5ab7316a195a860b150d69c6 --- healthd/Android.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/healthd/Android.mk b/healthd/Android.mk index 6b14289e8..6c8fecf29 100644 --- a/healthd/Android.mk +++ b/healthd/Android.mk @@ -98,9 +98,6 @@ include $(CLEAR_VARS) ifeq ($(strip $(BOARD_CHARGER_NO_UI)),true) LOCAL_CHARGER_NO_UI := true endif -ifdef BRILLO -LOCAL_CHARGER_NO_UI := true -endif LOCAL_SRC_FILES := \ healthd_common.cpp \