summaryrefslogtreecommitdiff
path: root/python/androidmk.go
AgeCommit message (Expand)Author
2023-01-25Refactor python rules Cole Faust
2022-08-17Move common test_options properties into the android package Zhenhuang Wang
2021-12-15Remove InstallBypassMake and ToMakePath Colin Cross
2021-11-22Switch default for InstallBypassMake to true Colin Cross
2021-02-19Add ctx to AndroidMkExtraEntriesFunc Colin Cross
2020-12-01Add test suite handling to central androidmk code Liz Kammer
2020-11-24Refactor python to use AndroidMkEntries. Liz Kammer
2020-11-16Add unit_test test option in test configs Dan Shi
2020-09-21Add support of test data to python_host_test Dan Shi
2020-06-10Fix using generated test configs for sh_test, python_test and rust_test modules Colin Cross
2020-03-11Don't check elf properties of python prebuilts Dan Willemsen
2020-01-06Pass auto_gen_config setting in Android.bp to makefile Dan Shi
2019-10-03Replace RelPathString() with ToMakePath() Colin Cross
2019-01-29Add missing dependencies for python_test Logan Chien
2019-01-14Autogen python test config. yelinhsieh
2018-08-07Support 'test_config' into soong modules Julien Desprez
2018-05-23Revert "Revert "Add libc++.so as install dependencies for hermetic Python."" Nan Zhang
2018-05-23Revert "Add libc++.so as install dependencies for hermetic Python." Artem Iglikov
2018-05-22Add libc++.so as install dependencies for hermetic Python. Nan 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-07Add support for test_suites for python_binary_host and python_test_host Nan Zhang
2017-09-05<Hermetic> Replace Soong Python bootstrap process with embedded Nan Zhang
2017-08-11Remove error from AndroidMkDataProvider.AndroidMk Colin Cross
2017-08-11Remove error from AndroidMkData.Extra Colin Cross
2017-05-17Add python_test_host module. Nan Zhang