summaryrefslogtreecommitdiff
path: root/python/builder.go
AgeCommit message (Expand)Author
2023-08-16Prepare soong for python 3.11 Dan Willemsen
2023-01-27Precompile python sources Cole Faust
2022-10-21Remove flags that enable the new python path behavior Cole Faust
2022-09-26Add flag to not add directory of entrypoint to sys.path Cole Faust
2022-09-23Add flag to not add top-level modules to PYTHONPATH Cole Faust
2021-04-19Change par file generate rules. yangbill
2020-07-27Add `data_native_bins` property to java_test_host Liz Kammer
2019-04-04Fix package path of android/soong/android pctx Colin Cross
2019-02-17Support building a par file that does not automatically run Dan Willemsen
2019-02-15Simplify python launcher, use __main__.py Dan Willemsen
2018-12-04Fix mac build w/echo -n Dan Willemsen
2018-12-03python par: trim and convert the entry point at build time Dan Willemsen
2018-12-03Fix par file zip offsets Dan Willemsen
2018-09-26Fix invalid memory error for python binary build Nan Zhang
2018-06-04Fix embedded_launcher can't find files Nan Zhang
2018-03-22Add Python protobuf support. Nan Zhang
2018-03-09Remove timestamp based filelist file for tracking Python dependencies Nan Zhang
2017-10-24Move ModuleContext.ModuleBuild to ModuleContext.Build Colin Cross
2017-09-05<Hermetic> Replace Soong Python bootstrap process with embedded Nan Zhang
2017-05-16Fix the issue "\n" didn't get interpreted properly. Nan Zhang
2017-05-10Prettify soong ninja build descriptions Colin Cross
2017-05-05Supported python build in host side. Nan Zhang