From 19bd9b99ce3a94878420ae6aa3cff62606582ba7 Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Sat, 10 Mar 2018 15:23:12 -0800 Subject: [PATCH] Remove obsolete BRILLO variable Test: none Change-Id: Ia4474927709ccfa1ff76f5dda1d8aa13ef9d1004 --- core/soong_config.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/core/soong_config.mk b/core/soong_config.mk index 8b2dfd128..bf40fe345 100644 --- a/core/soong_config.mk +++ b/core/soong_config.mk @@ -108,7 +108,6 @@ $(call add_json_list, CoverageExcludePaths, $(COVERAGE_EXCLUDE_PATH $(call add_json_bool, ArtUseReadBarrier, $(call invert_bool,$(filter false,$(PRODUCT_ART_USE_READ_BARRIER)))) $(call add_json_bool, Binder32bit, $(BINDER32BIT)) -$(call add_json_bool, Brillo, $(BRILLO)) $(call add_json_str, BtConfigIncludeDir, $(BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR)) $(call add_json_bool, Device_uses_hwc2, $(filter true,$(TARGET_USES_HWC2))) $(call add_json_list, DeviceKernelHeaders, $(TARGET_PROJECT_SYSTEM_INCLUDES))