aboutsummaryrefslogtreecommitdiffstats
path: root/python/python.go
Commit message (Expand)AuthorAgeFilesLines
* Add support for protoc pluginsColin Cross2019-04-021-0/+2
* Move proto compilation to RuleBuilderColin Cross2019-04-021-2/+4
* Replace ctx.ExpandSources with android.PathsForModuleSrcColin Cross2019-03-201-2/+2
* Annotate paths and deprecate ExtractSource(s)DepsColin Cross2019-03-071-19/+5
* Support building a par file that does not automatically runDan Willemsen2019-02-171-2/+14
* Add missing dependencies for python_testLogan Chien2019-01-291-14/+40
* Fix `go vet` issuesDan Willemsen2018-07-221-1/+1
* Use WalkDeps instead of VisitDepsDepthFirstColin Cross2018-06-221-8/+15
* Fix embedded_launcher can't find filesNan Zhang2018-06-041-16/+2
* Allow "-" to be part of Python file namesNan Zhang2018-05-231-1/+1
* Fix Protobuf importing issue for embedded PythonNan Zhang2018-05-231-5/+11
* Consistently use Bool instead of proptools.BoolColin Cross2018-04-101-2/+2
* Add Python protobuf support.Nan Zhang2018-03-221-51/+106
* Remove timestamp based filelist file for tracking Python dependenciesNan Zhang2018-03-091-49/+51
* Revert "Revert "Support filegroup in exclude_srcs""Nan Zhang2018-02-151-0/+3
* Revert "Support filegroup in exclude_srcs"Tobias Thierer2018-02-091-3/+0
* Support filegroup in exclude_srcsNan Zhang2018-02-071-0/+3
* Add HostToolPath() for Python binaryNan Zhang2017-12-061-0/+8
* Revert "Revert "Change Python in Soong to support device side build.""Nan Zhang2017-12-011-0/+4
* Revert "Change Python in Soong to support device side build."Nan Zhang2017-12-011-4/+0
* Change Python in Soong to support device side build.Nan Zhang2017-11-301-0/+4
* Change bool, and string properties to *bool, and *string for java,Nan Zhang2017-11-081-4/+7
* Convert Visit*Deps from blueprint.Module to android.ModuleColin Cross2017-10-241-1/+1
* Add support for python_defaults modulesNan Zhang2017-09-051-0/+2
* <Hermetic> Replace Soong Python bootstrap process with embeddedNan Zhang2017-09-051-92/+186
* Refactor factoriesColin Cross2017-06-301-4/+5
* Add python_test_host module.Nan Zhang2017-05-171-11/+25
* Supported python build in host side.Nan Zhang2017-05-051-0/+448