aboutsummaryrefslogtreecommitdiffstats
path: root/python/builder.go
Commit message (Expand)AuthorAgeFilesLines
* Fix package path of android/soong/android pctxColin Cross2019-04-101-1/+1
* Support building a par file that does not automatically runDan Willemsen2019-02-171-12/+32
* Simplify python launcher, use __main__.pyDan Willemsen2019-02-151-15/+10
* Fix mac build w/echo -nDan Willemsen2018-12-041-2/+4
* python par: trim and convert the entry point at build timeDan Willemsen2018-12-031-2/+3
* Fix par file zip offsetsDan Willemsen2018-12-031-16/+12
* Fix invalid memory error for python binary buildNan Zhang2018-09-261-3/+3
* Fix embedded_launcher can't find filesNan Zhang2018-06-041-5/+2
* Add Python protobuf support.Nan Zhang2018-03-221-0/+7
* Remove timestamp based filelist file for tracking Python dependenciesNan Zhang2018-03-091-105/+42
* Move ModuleContext.ModuleBuild to ModuleContext.BuildColin Cross2017-10-241-3/+3
* <Hermetic> Replace Soong Python bootstrap process with embeddedNan Zhang2017-09-051-34/+76
* 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-051-0/+146