aboutsummaryrefslogtreecommitdiff
path: root/python/python.go
Commit message (Expand)AuthorAgeFilesLines
* Convert SetProvider to generic providers APIColin Cross2023-12-141-1/+1
* Remove ConvertWithBp2build implementationsColin Cross2023-12-081-10/+0
* Add source file provider for genrule/srcs, python libraries and rust libraries.Aditya Choudhary2023-12-051-0/+1
* Merge "Revert "Temporarily disable python precompilation for py3.11"" into mainDan Willemsen2023-08-311-2/+1
|\
| * Revert "Temporarily disable python precompilation for py3.11"Dan Willemsen2023-08-241-2/+1
* | Merge changes from topic "java-proto-include-dir" into mainTreehugger Robot2023-08-281-0/+8
|\ \ | |/ |/|
| * Translate python_libray.pkg_path to proto.import_prefixSpandan Das2023-08-241-0/+8
* | Temporarily disable python precompilation for py3.11Dan Willemsen2023-08-221-1/+2
|/
* Prepare soong for python 3.11Dan Willemsen2023-08-161-4/+32
* Delete Python 2 embedded launcher test.Krzysztof Kosiński2023-05-041-1/+0
* bp2build support for python_test(_host)Cole Faust2023-04-131-0/+1
* Make using python 2 an errorCole Faust2023-03-091-0/+6
* Replace SortedStringKeys with SortedKeysCole Faust2023-02-281-1/+1
* Revert "Dynamically assemble the list of python launcher shared libs for prec...Cole Faust2023-02-131-25/+49
* Dynamically assemble the list of python launcher shared libs for precompilingCole Faust2023-02-021-49/+25
* Precompile python sourcesCole Faust2023-01-271-16/+173
* Refactor python rulesCole Faust2023-01-251-313/+46
* Remove flags that enable the new python path behaviorCole Faust2022-10-211-14/+2
* Revert^2 "Enable new python path behavior by default"Cole Faust2022-10-111-2/+1
* Revert "Enable new python path behavior by default"Lais Andrade2022-10-071-1/+2
* Enable new python path behavior by defaultCole Faust2022-10-051-2/+1
* Add flag to not add top-level modules to PYTHONPATHCole Faust2022-09-231-4/+0
* Make protobufs respect pkg_path properlyCole Faust2022-09-201-1/+28
* Reformat build/soong for go 1.19Colin Cross2022-08-171-3/+3
* Allowlist apexer for bp2buildCole Faust2022-06-091-2/+31
* Add bp2build converter for python protobuf filesCole Faust2022-05-261-0/+23
* Support building python pars against static or shared musl libcColin Cross2022-03-081-0/+7
* Use one mutator for all bp2build conversion.Liz Kammer2021-12-141-6/+22
* Have python_*{,_host} handle arch-variantsAlex Márquez Pérez Muñíz Díaz Púras Thaureaux2021-10-011-0/+32
* Remove arch-variant from some python propertiesLiz Kammer2021-09-201-4/+4
* Merge "Add module based host-tools snapshot"Rob Seymour2021-09-141-6/+9
|\
| * Add module based host-tools snapshotRob Seymour2021-09-131-6/+9
* | Fix inverted error messageAlex Márquez Pérez Muñíz Díaz Púras Thaureaux2021-08-201-1/+1
|/
* Support blueprint_go_binary in PathForModuleSrcColin Cross2021-05-031-5/+4
* Add preparers for pythonPaul Duffin2021-03-171-1/+5
* bp2build: add python_binary_host converter.Jingwen Chen2021-03-091-0/+1
* Add comments/refactor for python.goLiz Kammer2020-12-011-162/+210
* Merge "Refactor python to use AndroidMkEntries."Liz Kammer2020-11-261-1/+1
|\
| * Refactor python to use AndroidMkEntries.Liz Kammer2020-11-241-1/+1
* | Merge "Annotate dependency tags for dependencies of installed files"Colin Cross2020-11-241-1/+8
|\ \
| * | Annotate dependency tags for dependencies of installed filesColin Cross2020-11-231-1/+8
| |/
* | Add java_data parameter to python modulesColin Cross2020-11-231-0/+14
* | Use local variations for python version splitsColin Cross2020-11-231-6/+10
|/
* Fix bug in python module hasExtention.Liz Kammer2020-11-161-1/+1
* Consolidate python version properties in mutatorLiz Kammer2020-11-021-73/+23
* Add `data_native_bins` property to java_test_hostLiz Kammer2020-07-271-7/+14
* Implement OutputFiles for python modules.Liz Kammer2020-06-221-0/+12
* Python3 on device links against liblogDan Willemsen2020-01-201-0/+5
* Add python3 embedded launcher supportDan Willemsen2019-11-041-5/+20
* Add method to determine variations from a TargetColin Cross2019-10-161-9/+4