Searched refs:C_OFF (Results 1 – 1 of 1) sorted by relevance
/build/soong/scripts/ |
D | manifest_check.py | 98 C_OFF = "\033[0m" variable 142 '\t- required libraries in build system: %s[%s]%s\n' % (C_RED, ', '.join(required), C_OFF), 143 …\t vs. in the manifest: %s[%s]%s\n' % (C_RED, ', '.join(manifest_required), C_OFF), 144 '\t- optional libraries in build system: %s[%s]%s\n' % (C_RED, ', '.join(optional), C_OFF), 145 …'\t and missing ones in build system: %s[%s]%s\n' % (C_RED, ', '.join(missing_optional), C_OFF), 146 …\t vs. in the manifest: %s[%s]%s\n' % (C_RED, ', '.join(manifest_optional), C_OFF), 149 '%snote:%s the following options are available:\n' % (C_BLUE, C_OFF), 151 '%sRELAX_USES_LIBRARY_CHECK=true%s' % (C_BOLD, C_OFF), 154 … '%sPRODUCT_BROKEN_VERIFY_USES_LIBRARIES := true%s in the product makefiles\n' % (C_BOLD, C_OFF), 156 '\t- for details, see %sbuild/make/Changes.md%s' % (C_GREEN, C_OFF), [all …]
|