aboutsummaryrefslogtreecommitdiffstats
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* Fix using generated test configs for sh_test, python_test and rust_test modulesColin Cross2020-06-152-11/+5
* Soong package structure refactoringJaewoong Jung2020-06-021-0/+24
* Don't check elf properties of python prebuiltsDan Willemsen2020-04-161-0/+1
* Add tests for py(2|3)-cmdDan Willemsen2020-02-194-2/+127
* Python3 on device links against liblogDan Willemsen2020-01-201-0/+5
* Pass auto_gen_config setting in Android.bp to makefileDan Shi2020-01-061-0/+4
* Move filesystem into ConfigColin Cross2019-12-181-22/+30
* Test par file argument handlingDan Willemsen2019-12-032-0/+11
* Make TestContext.RegisterModuleType take an android.ModuleFactoryColin Cross2019-11-251-6/+3
* Add python3 embedded launcher supportDan Willemsen2019-11-044-8/+49
* Add method to determine variations from a TargetColin Cross2019-10-161-9/+4
* Merge "Remove old-style support for translated second architectures"Treehugger Robot2019-10-071-1/+1
|\
| * Remove old-style support for translated second architecturesColin Cross2019-09-191-1/+1
* | Replace RelPathString() with ToMakePath()Colin Cross2019-10-031-3/+2
* | Separate InstallPath from OutputPathColin Cross2019-10-031-2/+2
* | Allow test to specify whether or not to auto-generate test configDan Shi2019-09-262-1/+7
* | Revert "Remove old-style support for translated second architectures"Colin Cross2019-09-181-0/+5
* | Remove old-style support for translated second architecturesColin Cross2019-09-181-5/+0
|/
* Add RuleBuilder helper functions for built and prebuilt toolsColin Cross2019-07-111-1/+1
* Fix python proto srczip argument orderColin Cross2019-04-081-3/+3
* Fix package path of android/soong/android pctxColin Cross2019-04-041-1/+1
* Add support for protoc pluginsColin Cross2019-04-022-1/+3
* Move proto compilation to RuleBuilderColin Cross2019-04-022-46/+25
* Replace ctx.ExpandSources with android.PathsForModuleSrcColin Cross2019-03-201-2/+2
* Annotate paths and deprecate ExtractSource(s)DepsColin Cross2019-03-071-19/+5
* [SOONG] Not auto-generate test config if test_suite is ctsyangbill2019-02-191-1/+1
* Support building a par file that does not automatically runDan Willemsen2019-02-173-15/+59
* Simplify python launcher, use __main__.pyDan Willemsen2019-02-152-15/+22
* Add par_testDan Willemsen2019-02-144-0/+158
* Remove empty DepsMutator methodsColin Cross2019-02-011-3/+0
* Add missing dependencies for python_testLogan Chien2019-01-293-14/+47
* Autogen python test config.yelinhsieh2019-01-142-0/+15
* Pass -S option to wrapper for python binary.yangbill2019-01-041-1/+4
* 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
* Define runfiles_path before try so that finally can use it.Nicolas Geoffray2018-10-111-1/+3
* Fix invalid memory error for python binary buildNan Zhang2018-09-262-6/+6
* Support 'test_config' into soong modulesJulien Desprez2018-08-072-0/+17
* Fix `go vet` issuesDan Willemsen2018-07-221-1/+1
* Use WalkDeps instead of VisitDepsDepthFirstColin Cross2018-06-221-8/+15
* Fix embedded_launcher can't find filesNan Zhang2018-06-044-33/+15
* Revert "Revert "Revert "Revert "Add path interposer""""Dan Willemsen2018-05-311-2/+0
* Revert "Revert "Revert "Add path interposer"""Dan Willemsen2018-05-251-0/+2
* Revert "Revert "Add path interposer""Dan Willemsen2018-05-251-2/+0
* Merge "Allow "-" to be part of Python file names"Treehugger Robot2018-05-241-1/+1
|\
| * Allow "-" to be part of Python file namesNan Zhang2018-05-231-1/+1
* | Revert "Revert "Add libc++.so as install dependencies for hermetic Python.""Nan Zhang2018-05-231-0/+1
|/
* Merge "Fix Protobuf importing issue for embedded Python"Treehugger Robot2018-05-232-10/+20
|\
| * Fix Protobuf importing issue for embedded PythonNan Zhang2018-05-232-10/+20