Merge "Export TARGET_PREFER_32_BIT_EXECUTABLES to soong" am: fe3163400e am: a7553ae1ce

am: 79e4dff44c

Change-Id: I5d92ea03a46d9a3bb5e475b4d1f26ef3de68bfd2
This commit is contained in:
Colin Cross 2016-08-26 00:12:17 +00:00 committed by android-build-merger
commit d208a577f4
1 changed files with 2 additions and 0 deletions

View File

@ -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)",'; \