aboutsummaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2019-04-12Merge "Fix package path of android/soong/android pctx" into qt-devTreeHugger Robot
2019-04-11Fix python proto srczip argument orderColin Cross
2019-04-10Fix package path of android/soong/android pctxColin Cross
2019-04-02Add support for protoc pluginsColin Cross
2019-04-02Move proto compilation to RuleBuilderColin Cross
2019-03-20Replace ctx.ExpandSources with android.PathsForModuleSrcColin Cross
2019-03-07Annotate paths and deprecate ExtractSource(s)DepsColin Cross
2019-02-19[SOONG] Not auto-generate test config if test_suite is ctsyangbill
2019-02-17Support building a par file that does not automatically runDan Willemsen
2019-02-15Simplify python launcher, use __main__.pyDan Willemsen
2019-02-14Add par_testDan Willemsen
2019-02-01Remove empty DepsMutator methodsColin Cross
2019-01-29Add missing dependencies for python_testLogan Chien
2019-01-14Autogen python test config.yelinhsieh
2019-01-04Pass -S option to wrapper for python binary.yangbill
2018-12-04Fix mac build w/echo -nDan Willemsen
2018-12-03python par: trim and convert the entry point at build timeDan Willemsen
2018-12-03Fix par file zip offsetsDan Willemsen
2018-10-11Define runfiles_path before try so that finally can use it.Nicolas Geoffray
2018-09-26Fix invalid memory error for python binary buildNan Zhang
2018-08-07Support 'test_config' into soong modulesJulien Desprez
2018-07-22Fix `go vet` issuesDan Willemsen
2018-06-22Use WalkDeps instead of VisitDepsDepthFirstColin Cross
2018-06-04Fix embedded_launcher can't find filesNan Zhang
2018-05-31Revert "Revert "Revert "Revert "Add path interposer""""Dan Willemsen
2018-05-25Revert "Revert "Revert "Add path interposer"""Dan Willemsen
2018-05-25Revert "Revert "Add path interposer""Dan Willemsen
2018-05-24Merge "Allow "-" to be part of Python file names"Treehugger Robot
2018-05-23Revert "Revert "Add libc++.so as install dependencies for hermetic Python.""Nan Zhang
2018-05-23Allow "-" to be part of Python file namesNan Zhang
2018-05-23Merge "Fix Protobuf importing issue for embedded Python"Treehugger Robot
2018-05-23Revert "Add libc++.so as install dependencies for hermetic Python."Artem Iglikov
2018-05-23Fix Protobuf importing issue for embedded PythonNan Zhang
2018-05-22Add libc++.so as install dependencies for hermetic Python.Nan Zhang
2018-05-07Add a dependency fixer for proto depsDan Willemsen
2018-04-10Consistently use Bool instead of proptools.BoolColin Cross
2018-03-22Add Python protobuf support.Nan Zhang
2018-03-15Extract failIfErrored() to android/testing.goLogan Chien
2018-03-09Remove timestamp based filelist file for tracking Python dependenciesNan Zhang
2018-02-15Revert "Revert "Support filegroup in exclude_srcs""Nan Zhang
2018-02-09Revert "Support filegroup in exclude_srcs"Tobias Thierer
2018-02-07Support filegroup in exclude_srcsNan Zhang
2018-01-02Add VisitDirectDepsWithTagColin Cross
2017-12-06Add HostToolPath() for Python binaryNan Zhang
2017-12-01Revert "Revert "Change Python in Soong to support device side build.""Nan Zhang
2017-12-01Revert "Change Python in Soong to support device side build."Nan Zhang
2017-11-30Change Python in Soong to support device side build.Nan Zhang
2017-11-08Change bool, and string properties to *bool, and *string for java,Nan Zhang
2017-11-07Add support for test_suites for python_binary_host and python_test_hostNan Zhang
2017-10-24Convert Visit*Deps from blueprint.Module to android.ModuleColin Cross