From 119e97b3751da89d234a8ba116111d10deee56e2 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Thu, 23 Feb 2017 09:45:33 -0800 Subject: [PATCH] Remove cpusets and schedboost product variables They are no longer needed, remove them. Bug: 35129304 Bug: 35128496 Test: builds Change-Id: Ic0bb04f80d78a1aef2adfeb2af816eecabdbc4ba --- core/soong_config.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/soong_config.mk b/core/soong_config.mk index c038a3225..92e66aec5 100644 --- a/core/soong_config.mk +++ b/core/soong_config.mk @@ -31,8 +31,6 @@ $(SOONG_VARIABLES): FORCE echo ' "SanitizeDevice": [$(if $(SANITIZE_TARGET),"$(subst $(space),"$(comma)",$(SANITIZE_TARGET))")],'; \ echo ' "SanitizeDeviceArch": [$(if $(SANITIZE_TARGET_ARCH),"$(subst $(space),"$(comma)",$(SANITIZE_TARGET_ARCH))")],'; \ echo ' "HostStaticBinaries": $(if $(strip $(BUILD_HOST_static)),true,false),'; \ - echo ' "Cpusets": $(if $(strip $(ENABLE_CPUSETS)),true,false),'; \ - echo ' "Schedboost": $(if $(strip $(ENABLE_SCHEDBOOST)),true,false),'; \ echo ' "Binder32bit": $(if $(BINDER32BIT),true,false),'; \ echo ' "DevicePrefer32BitExecutables": $(if $(filter true,$(TARGET_PREFER_32_BIT_EXECUTABLES)),true,false),'; \ echo ' "UseGoma": $(if $(filter-out false,$(USE_GOMA)),true,false),'; \