diff options
Diffstat (limited to 'python/binary.go')
-rw-r--r-- | python/binary.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/binary.go b/python/binary.go index 695fa123b..5a7492648 100644 --- a/python/binary.go +++ b/python/binary.go @@ -65,7 +65,7 @@ type IntermPathProvider interface { } var ( - stubTemplateHost = "build/soong/python/scripts/stub_template_host.txt" + StubTemplateHost = "build/soong/python/scripts/stub_template_host.txt" ) func NewBinary(hod android.HostOrDeviceSupported) (*Module, *binaryDecorator) { |