summaryrefslogtreecommitdiff
path: root/python/python.go
AgeCommit message (Expand)Author
2020-01-20Python3 on device links against liblog Dan Willemsen
2019-11-04Add python3 embedded launcher support Dan Willemsen
2019-10-16Add method to determine variations from a Target Colin Cross
2019-04-02Add support for protoc plugins Colin Cross
2019-04-02Move proto compilation to RuleBuilder Colin Cross
2019-03-20Replace ctx.ExpandSources with android.PathsForModuleSrc Colin Cross
2019-03-07Annotate paths and deprecate ExtractSource(s)Deps Colin Cross
2019-02-17Support building a par file that does not automatically run Dan Willemsen
2019-01-29Add missing dependencies for python_test Logan Chien
2018-07-22Fix `go vet` issues Dan Willemsen
2018-06-22Use WalkDeps instead of VisitDepsDepthFirst Colin Cross
2018-06-04Fix embedded_launcher can't find files Nan Zhang
2018-05-23Allow "-" to be part of Python file names Nan Zhang
2018-05-23Fix Protobuf importing issue for embedded Python Nan Zhang
2018-04-10Consistently use Bool instead of proptools.Bool Colin Cross
2018-03-22Add Python protobuf support. Nan Zhang
2018-03-09Remove timestamp based filelist file for tracking Python dependencies Nan Zhang
2018-02-15Revert "Revert "Support filegroup in exclude_srcs"" Nan Zhang
2018-02-09Revert "Support filegroup in exclude_srcs" Tobias Thierer
2018-02-07Support filegroup in exclude_srcs Nan Zhang
2017-12-06Add HostToolPath() for Python binary Nan Zhang
2017-12-01Revert "Revert "Change Python in Soong to support device side build."" Nan Zhang
2017-12-01Revert "Change Python in Soong to support device side build." Nan Zhang
2017-11-30Change Python in Soong to support device side build. Nan Zhang
2017-11-08Change bool, and string properties to *bool, and *string for java, Nan Zhang
2017-10-24Convert Visit*Deps from blueprint.Module to android.Module Colin Cross
2017-09-05Add support for python_defaults modules Nan Zhang
2017-09-05<Hermetic> Replace Soong Python bootstrap process with embedded Nan Zhang
2017-06-30Refactor factories Colin Cross
2017-05-17Add python_test_host module. Nan Zhang
2017-05-05Supported python build in host side. Nan Zhang