xref: /aosp_15_r20/external/bazelbuild-rules_python/python/py_executable_info.bzl (revision 60517a1edbc8ecf509223e9af94a7adec7d736b8)
1*60517a1eSAndroid Build Coastguard Worker"""Provider for executable-specific information.
2*60517a1eSAndroid Build Coastguard Worker
3*60517a1eSAndroid Build Coastguard WorkerThe `PyExecutableInfo` provider contains information about an executable that
4*60517a1eSAndroid Build Coastguard Workerisn't otherwise available from its public attributes or other providers.
5*60517a1eSAndroid Build Coastguard Worker
6*60517a1eSAndroid Build Coastguard WorkerIt exposes information primarily useful for consumers to package the executable,
7*60517a1eSAndroid Build Coastguard Workeror derive a new executable from the base binary.
8*60517a1eSAndroid Build Coastguard Worker"""
9*60517a1eSAndroid Build Coastguard Worker
10*60517a1eSAndroid Build Coastguard Workerload("//python/private:py_executable_info.bzl", _PyExecutableInfo = "PyExecutableInfo")
11*60517a1eSAndroid Build Coastguard Worker
12*60517a1eSAndroid Build Coastguard WorkerPyExecutableInfo = _PyExecutableInfo
13