index
:
Project-1CE/build_soong
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
python.go
Age
Commit message (
Expand
)
Author
2021-05-03
Support blueprint_go_binary in PathForModuleSrc
Colin Cross
2021-03-17
Add preparers for python
Paul Duffin
2021-03-09
bp2build: add python_binary_host converter.
Jingwen Chen
2020-12-01
Add comments/refactor for python.go
Liz Kammer
2020-11-26
Merge "Refactor python to use AndroidMkEntries."
Liz Kammer
2020-11-24
Refactor python to use AndroidMkEntries.
Liz Kammer
2020-11-24
Merge "Annotate dependency tags for dependencies of installed files"
Colin Cross
2020-11-23
Annotate dependency tags for dependencies of installed files
Colin Cross
2020-11-23
Add java_data parameter to python modules
Colin Cross
2020-11-23
Use local variations for python version splits
Colin Cross
2020-11-16
Fix bug in python module hasExtention.
Liz Kammer
2020-11-02
Consolidate python version properties in mutator
Liz Kammer
2020-07-27
Add `data_native_bins` property to java_test_host
Liz Kammer
2020-06-22
Implement OutputFiles for python modules.
Liz Kammer
2020-01-20
Python3 on device links against liblog
Dan Willemsen
2019-11-04
Add python3 embedded launcher support
Dan Willemsen
2019-10-16
Add method to determine variations from a Target
Colin Cross
2019-04-02
Add support for protoc plugins
Colin Cross
2019-04-02
Move proto compilation to RuleBuilder
Colin Cross
2019-03-20
Replace ctx.ExpandSources with android.PathsForModuleSrc
Colin Cross
2019-03-07
Annotate paths and deprecate ExtractSource(s)Deps
Colin Cross
2019-02-17
Support building a par file that does not automatically run
Dan Willemsen
2019-01-29
Add missing dependencies for python_test
Logan Chien
2018-07-22
Fix `go vet` issues
Dan Willemsen
2018-06-22
Use WalkDeps instead of VisitDepsDepthFirst
Colin Cross
2018-06-04
Fix embedded_launcher can't find files
Nan Zhang
2018-05-23
Allow "-" to be part of Python file names
Nan Zhang
2018-05-23
Fix Protobuf importing issue for embedded Python
Nan Zhang
2018-04-10
Consistently use Bool instead of proptools.Bool
Colin Cross
2018-03-22
Add Python protobuf support.
Nan Zhang
2018-03-09
Remove timestamp based filelist file for tracking Python dependencies
Nan Zhang
2018-02-15
Revert "Revert "Support filegroup in exclude_srcs""
Nan Zhang
2018-02-09
Revert "Support filegroup in exclude_srcs"
Tobias Thierer
2018-02-07
Support filegroup in exclude_srcs
Nan Zhang
2017-12-06
Add HostToolPath() for Python binary
Nan Zhang
2017-12-01
Revert "Revert "Change Python in Soong to support device side build.""
Nan Zhang
2017-12-01
Revert "Change Python in Soong to support device side build."
Nan Zhang
2017-11-30
Change Python in Soong to support device side build.
Nan Zhang
2017-11-08
Change bool, and string properties to *bool, and *string for java,
Nan Zhang
2017-10-24
Convert Visit*Deps from blueprint.Module to android.Module
Colin Cross
2017-09-05
Add support for python_defaults modules
Nan Zhang
2017-09-05
<Hermetic> Replace Soong Python bootstrap process with embedded
Nan Zhang
2017-06-30
Refactor factories
Colin Cross
2017-05-17
Add python_test_host module.
Nan Zhang
2017-05-05
Supported python build in host side.
Nan Zhang