platform_build_soong/python
Colin Cross 98be1bb00f Move filesystem into Config
The filesystem object was available through ModuleContext.Fs(), but
gives too much access to the filesystem without enforicing correct
dependencies.  In order to support sandboxing the soong_build
process move the filesystem into the Config.  The next change will
make it private.

Bug: 146437378
Test: all Soong tests
Change-Id: I5d3ae9108f120fd335b21efd612aefa078378813
2019-12-18 08:19:10 -08:00
..
scripts Simplify python launcher, use __main__.py 2019-02-15 14:33:59 -08:00
tests Test par file argument handling 2019-12-03 23:54:04 -08:00
androidmk.go Replace RelPathString() with ToMakePath() 2019-10-03 10:07:53 -07:00
binary.go Allow test to specify whether or not to auto-generate test config 2019-09-26 13:29:28 -07:00
builder.go Fix package path of android/soong/android pctx 2019-04-04 03:59:34 +00: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 Revert "Revert "Change Python in Soong to support device side build."" 2017-12-01 20:00:31 +00:00
proto.go Add RuleBuilder helper functions for built and prebuilt tools 2019-07-11 13:05:19 -07:00
python.go Add python3 embedded launcher support 2019-11-04 19:48:19 -08:00
python_test.go Move filesystem into Config 2019-12-18 08:19:10 -08:00
test.go Allow test to specify whether or not to auto-generate test config 2019-09-26 13:29:28 -07:00