Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ff51f282 authored by Dan Willemsen's avatar Dan Willemsen Committed by android-build-merger
Browse files

Merge \\\\"Pass ENABLE_CPUSETS and ENABLE_SCHEDBOOST to Soong\\\\" am:...

Merge \\\\"Pass ENABLE_CPUSETS and ENABLE_SCHEDBOOST to Soong\\\\" am: b8bd19db am: 0b728ce1 am: ab0bd30b
am: 218469ec

Change-Id: I6c31ad16f9b315232a14c4cc7842511ec3355ea9
parents adfcae94 218469ec
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -42,6 +42,8 @@ $(SOONG_VARIABLES): FORCE
	echo '    "SanitizeHost": [$(if $(SANITIZE_HOST),"$(subst $(comma),"$(comma)",$(SANITIZE_HOST))")],'; \
	echo '    "SanitizeDevice": [$(if $(SANITIZE_TARGET),"$(subst $(comma),"$(comma)",$(SANITIZE_TARGET))")],'; \
	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 ''; \
	echo '    "DeviceName": "$(TARGET_DEVICE)",'; \
	echo '    "DeviceArch": "$(TARGET_ARCH)",'; \