Merge "Pass global tidy configuration to Soong" am: ca5748fbe1

am: cb4f1fa3db

Change-Id: I8130ffb692bc913549d747047d41929099d29c3e
This commit is contained in:
Dan Willemsen 2016-11-01 01:24:52 +00:00 committed by android-build-merger
commit a73da56314
1 changed files with 3 additions and 0 deletions

View File

@ -56,6 +56,9 @@ $(SOONG_VARIABLES): FORCE
echo ' "UseGoma": $(if $(filter-out false,$(USE_GOMA)),true,false),'; \
echo ' "Debuggable": $(if $(filter userdebug eng,$(TARGET_BUILD_VARIANT)),true,false),'; \
echo ''; \
echo ' "ClangTidy": $(if $(filter 1 true,$(WITH_TIDY)),true,false),'; \
echo ' "TidyChecks": "$(WITH_TIDY_CHECKS)",'; \
echo ''; \
echo ' "DeviceName": "$(TARGET_DEVICE)",'; \
echo ' "DeviceArch": "$(TARGET_ARCH)",'; \
echo ' "DeviceArchVariant": "$(TARGET_ARCH_VARIANT)",'; \