Merge "Pass eng product varible to soong"

This commit is contained in:
Colin Cross 2016-12-08 23:42:16 +00:00 committed by Gerrit Code Review
commit b39165d5df
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ $(SOONG_VARIABLES): FORCE
echo ' "DevicePrefer32BitExecutables": $(if $(filter true,$(TARGET_PREFER_32_BIT_EXECUTABLES)),true,false),'; \
echo ' "UseGoma": $(if $(filter-out false,$(USE_GOMA)),true,false),'; \
echo ' "Debuggable": $(if $(filter userdebug eng,$(TARGET_BUILD_VARIANT)),true,false),'; \
echo ' "Eng": $(if $(filter eng,$(TARGET_BUILD_VARIANT)),true,false),'; \
echo ' "VendorPath": "$(TARGET_COPY_OUT_VENDOR)",'; \
echo ''; \
echo ' "ClangTidy": $(if $(filter 1 true,$(WITH_TIDY)),true,false),'; \