aboutsummaryrefslogtreecommitdiffstats
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* Extract failIfErrored() to android/testing.goLogan Chien2018-03-161-11/+2
* 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 VisitDirectDepsWithTagColin Cross2018-01-021-4/+1
* Add HostToolPath() for Python binaryNan Zhang2017-12-061-0/+8
* Revert "Revert "Change Python in Soong to support device side build.""Nan Zhang2017-12-016-16/+57
* Revert "Change Python in Soong to support device side build."Nan Zhang2017-12-016-57/+16
* Change Python in Soong to support device side build.Nan Zhang2017-11-306-16/+57
* Change bool, and string properties to *bool, and *string for java,Nan Zhang2017-11-082-12/+15
* Add support for test_suites for python_binary_host and python_test_hostNan Zhang2017-11-072-0/+18
* Convert Visit*Deps from blueprint.Module to android.ModuleColin Cross2017-10-242-4/+2
* Move ModuleContext.ModuleBuild to ModuleContext.BuildColin Cross2017-10-241-3/+3
* Let tests override environmentColin Cross2017-10-101-1/+1
* Use `python2.7` instead of `python2`Dan Willemsen2017-09-251-1/+1
* Add support for python_defaults modulesNan Zhang2017-09-053-5/+88
* <Hermetic> Replace Soong Python bootstrap process with embeddedNan Zhang2017-09-057-236/+370
* Make binaries executableColin Cross2017-08-311-1/+2
* Remove error from AndroidMkDataProvider.AndroidMkColin Cross2017-08-111-2/+4
* Remove error from AndroidMkData.ExtraColin Cross2017-08-111-2/+1
* Add integration testing infrastructureColin Cross2017-07-141-23/+8
* Refactor factoriesColin Cross2017-06-305-17/+17
* Fix the issue that /tmp/soong_python_test* isn't being removed.Nan Zhang2017-06-121-3/+3
* Add python_test_host module.Nan Zhang2017-05-177-60/+223
* Fix the issue "\n" didn't get interpreted properly.Nan Zhang2017-05-161-1/+1
* Prettify soong ninja build descriptionsColin Cross2017-05-101-7/+8
* Supported python build in host side.Nan Zhang2017-05-056-0/+1419