Remove obsolete BRILLO variable

Test: none
Change-Id: Ia4474927709ccfa1ff76f5dda1d8aa13ef9d1004
This commit is contained in:
Dan Willemsen 2018-03-10 15:23:12 -08:00
parent 8e287901c3
commit 19bd9b99ce
1 changed files with 0 additions and 1 deletions

View File

@ -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))