platform_build_soong/python
Colin Cross e20113d8ab Use local variations for python version splits
Use a local variation for python version splits.  This causes
dependencies from python modules not to look for variations
that match the version split, which will simplify a python module
depending on a java module (for example for test data) because
Soong won't look for a python version variant of the java module.

Bug: 173977903
Test: go test ./python
Change-Id: Ib034140c478ffbc7467ab830d3cfa5683c31d05c
2020-11-23 18:35:49 +00:00
..
scripts Simplify python launcher, use __main__.py 2019-02-15 14:33:59 -08:00
tests Add tests for py(2|3)-cmd 2020-02-19 19:40:38 -08:00
Android.bp Soong package structure refactoring 2020-06-01 13:44:48 -07:00
androidmk.go Add unit_test test option in test configs 2020-11-16 11:05:00 -08:00
binary.go HostCross is an attribute of a Target, not OsType 2020-09-24 14:14:31 +09:00
builder.go Add `data_native_bins` property to java_test_host 2020-07-27 09:14:06 -07:00
defaults.go Remove empty DepsMutator methods 2019-02-01 17:17:58 -08:00
installer.go Merge "Remove old-style support for translated second architectures" 2019-10-07 20:48:07 +00:00
library.go HostCross is an attribute of a Target, not OsType 2020-09-24 14:14:31 +09:00
proto.go Add RuleBuilder helper functions for built and prebuilt tools 2019-07-11 13:05:19 -07:00
python.go Use local variations for python version splits 2020-11-23 18:35:49 +00:00
python_test.go Pass Config to NewTestContext instead of ctx.Register 2020-11-12 10:07:49 -08:00
test.go Add unit_test test option in test configs 2020-11-16 11:05:00 -08:00