aboutsummaryrefslogtreecommitdiffstats
path: root/python/binary.go
Commit message (Expand)AuthorAgeFilesLines
* Support building a par file that does not automatically runDan Willemsen2019-02-171-1/+13
* Fix invalid memory error for python binary buildNan Zhang2018-09-261-3/+3
* Remove timestamp based filelist file for tracking Python dependenciesNan Zhang2018-03-091-88/+14
* Add VisitDirectDepsWithTagColin Cross2018-01-021-4/+1
* Revert "Revert "Change Python in Soong to support device side build.""Nan Zhang2017-12-011-6/+2
* Revert "Change Python in Soong to support device side build."Nan Zhang2017-12-011-2/+6
* Change Python in Soong to support device side build.Nan Zhang2017-11-301-6/+2
* Change bool, and string properties to *bool, and *string for java,Nan Zhang2017-11-081-8/+8
* Add support for test_suites for python_binary_host and python_test_hostNan Zhang2017-11-071-0/+4
* Convert Visit*Deps from blueprint.Module to android.ModuleColin Cross2017-10-241-3/+1
* Use `python2.7` instead of `python2`Dan Willemsen2017-09-251-1/+1
* <Hermetic> Replace Soong Python bootstrap process with embeddedNan Zhang2017-09-051-59/+69
* Refactor factoriesColin Cross2017-06-301-4/+3
* Add python_test_host module.Nan Zhang2017-05-171-44/+30
* Supported python build in host side.Nan Zhang2017-05-051-0/+235