xref: /aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/distutils/debug.py (revision cda5da8d549138a6648c5ee6d7a49cf8f4a657be)
1*cda5da8dSAndroid Build Coastguard Workerimport os
2*cda5da8dSAndroid Build Coastguard Worker
3*cda5da8dSAndroid Build Coastguard Worker# If DISTUTILS_DEBUG is anything other than the empty string, we run in
4*cda5da8dSAndroid Build Coastguard Worker# debug mode.
5*cda5da8dSAndroid Build Coastguard WorkerDEBUG = os.environ.get('DISTUTILS_DEBUG')
6