aboutsummaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)Author
2021-09-08Refactor the creation of soong_build calls.android-s-beta-5android-s-beta-5Lukacs T. Berki
2021-09-08Invoke soong_docs from the bootstrap Ninja file.Lukacs T. Berki
2021-09-07Pass StopBefore as an argument to RunBlueprint.Lukacs T. Berki
2021-09-07Make incremental queryview builds work.Lukacs T. Berki
2021-09-06Invoke queryview from the bootstrap Ninja file.Lukacs T. Berki
2021-09-02Make OutDir() and SoongOutDir() be consistent.Lukacs T. Berki
2021-09-02Remove the bootstrap.Config class.Lukacs T. Berki
2021-09-01Remove bootstrap_go_binary .Lukacs T. Berki
2021-08-31Write logs.zip + logs to the correct place.Lukacs T. Berki
2021-08-31Remove some unused args from Blueprint.Lukacs T. Berki
2021-08-27Print the JSON module graph correctly.Lukacs T. Berki
2021-08-27Rename BuildDir and NinjaBuildDir.Lukacs T. Berki
2021-08-18Do globbing-related paperwork explicitly.Lukacs T. Berki
2021-08-16Remove Srcdir() from BootstrapConfig.Lukacs T. Berki
2021-08-16Define command line args in soong_build .Lukacs T. Berki
2021-08-16Separate the files of bp2build and soong_build.Lukacs T. Berki
2021-08-12Generate build-globs.ninja when running bp2build.Jingwen Chen
2021-08-11Cut the multiproduct_kati -> soong-ui-build dep.Lukacs T. Berki
2021-08-11Do not create a build.Config in multiproduct_kati.Lukacs T. Berki
2021-08-11Merge "Make multiproduct_kati call soong_ui.bash ."Lukács T. Berki
2021-08-11Merge "Add symbols for start and end of embedded linker"Colin Cross
2021-08-10Make multiproduct_kati call soong_ui.bash .Lukacs T. Berki
2021-08-05Add more debugging to run_with_timeoutColin Cross
2021-07-29Merge "Upgrade to golang protobuf api v2"Dan Willemsen
2021-07-27Add symbols for start and end of embedded linkerColin Cross
2021-07-26Merge "Load RBE related env vars from config files"Kousik Kumar
2021-07-26Load RBE related env vars from config filesKousik Kumar
2021-07-23Upgrade to golang protobuf api v2Dan Willemsen
2021-07-23Merge "go2bp: Add -limit and -skip-tests to more easily limit imported modules"Dan Willemsen
2021-07-13Use note in linker.s to place linkerColin Cross
2021-07-12go2bp: Add -limit and -skip-tests to more easily limit imported modulesDan Willemsen
2021-06-21Merge "Direct Bazel builds from m."Treehugger Robot
2021-06-21Direct Bazel builds from m.Jingwen Chen
2021-06-11Use a linker script for host bionic embedded linker sectionsColin Cross
2021-06-11Give extracted linker sections pretty namesColin Cross
2021-06-11Stop injecting symbols into host bionic binariesColin Cross
2021-06-07Various cleanup in soong_ui to aid new featureAnton Hansson
2021-06-01Merge "Fix propagating EMPTY_NINJA_FILE from multiproduct_kati to minibp"Colin Cross
2021-06-01Fix propagating EMPTY_NINJA_FILE from multiproduct_kati to minibpColin Cross
2021-05-26Use Finder for getPathsToIgnoredBuildFiles() to try and speed up builds with ...Rupert Shuttleworth
2021-05-26Merge "Add go2bp tool"Dan Willemsen
2021-05-25bp2build/b: exit early in GENERATE_BAZEL_FILES=1.Jingwen Chen
2021-05-24Add go2bp toolDan Willemsen
2021-05-17Make bazel build //external/... work by only allowing "approved" existing BUI...Rupert Shuttleworth
2021-05-11Output machine-readable file with all soong keywords.Andrew Walbran
2021-05-04Fix concurrency issues in Test_runWithTimeoutColin Cross
2021-04-30Add a wrapper command to detect timeoutsColin Cross
2021-04-21Generate BUILD files for every directory that has an Android.bp file.Rupert Shuttleworth
2021-04-20Merge "Subsume INTEGRATED_BP2BUILD into other env modes"Christopher Parsons
2021-04-20Subsume INTEGRATED_BP2BUILD into other env modesChris Parsons