forked from openkylin/platform_build
Merge "Pass global tidy configuration to Soong"
am: ca5748fbe1
Change-Id: I69e7e5bf9960025febafe0bafa746b650718283c
This commit is contained in:
commit
cb4f1fa3db
|
@ -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)",'; \
|
||||
|
|
Loading…
Reference in New Issue