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

Commit d208a577 authored by Colin Cross's avatar Colin Cross Committed by android-build-merger
Browse files

Merge "Export TARGET_PREFER_32_BIT_EXECUTABLES to soong" am: fe316340 am: a7553ae1

am: 79e4dff4

Change-Id: I5d92ea03a46d9a3bb5e475b4d1f26ef3de68bfd2
parents 118f909d 79e4dff4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -52,6 +52,8 @@ $(SOONG_VARIABLES): FORCE
	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 '    "HostPrefer32BitExecutables": $(if $(filter true,$(HOST_PREFER_32_BIT)),true,false),'; \
	echo ''; \
	echo '    "DeviceName": "$(TARGET_DEVICE)",'; \
	echo '    "DeviceArch": "$(TARGET_ARCH)",'; \