aboutsummaryrefslogtreecommitdiffstats
path: root/python/androidmk.go
Commit message (Expand)AuthorAgeFilesLines
* Fix using generated test configs for sh_test, python_test and rust_test modulesColin Cross2020-06-151-9/+3
* Don't check elf properties of python prebuiltsDan Willemsen2020-04-161-0/+1
* Pass auto_gen_config setting in Android.bp to makefileDan Shi2020-01-061-0/+4
* Replace RelPathString() with ToMakePath()Colin Cross2019-10-031-3/+2
* Add missing dependencies for python_testLogan Chien2019-01-291-0/+1
* Autogen python test config.yelinhsieh2019-01-141-0/+5
* Support 'test_config' into soong modulesJulien Desprez2018-08-071-0/+5
* Revert "Revert "Add libc++.so as install dependencies for hermetic Python.""Nan Zhang2018-05-231-0/+1
* Revert "Add libc++.so as install dependencies for hermetic Python."Artem Iglikov2018-05-231-2/+0
* Add libc++.so as install dependencies for hermetic Python.Nan Zhang2018-05-221-0/+2
* Revert "Revert "Change Python in Soong to support device side build.""Nan Zhang2017-12-011-3/+3
* Revert "Change Python in Soong to support device side build."Nan Zhang2017-12-011-3/+3
* Change Python in Soong to support device side build.Nan Zhang2017-11-301-3/+3
* Add support for test_suites for python_binary_host and python_test_hostNan Zhang2017-11-071-0/+14
* <Hermetic> Replace Soong Python bootstrap process with embeddedNan Zhang2017-09-051-8/+8
* Remove error from AndroidMkDataProvider.AndroidMkColin Cross2017-08-111-2/+4
* Remove error from AndroidMkData.ExtraColin Cross2017-08-111-2/+1
* Add python_test_host module.Nan Zhang2017-05-171-0/+74