summaryrefslogtreecommitdiff
path: root/python/python.go
AgeCommit message (Expand)Author
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