commit | 610b6302cf905679c27c02ed6a1738ea29636a19 | [log] [tgz] |
---|---|---|
author | Patrice Arruda <patricearruda@google.com> | Tue May 21 20:22:34 2019 -0700 |
committer | Patrice Arruda <patricearruda@google.com> | Wed Jun 19 14:16:38 2019 -0700 |
tree | 5b80bd086aff4a00b7326a1db206912aa2da7f1d | |
parent | 1e5fcc0d799c6d984a5cf8fd19b88780daf4625b [diff] |
Deprecate bash m* commands and use the soong's modules-in* build commands instead. The functionality of m* envsetup.sh commands has been implemented in soong_ui. The bash functionality of m* commands can be replaced by soong's modules-in* build commands. Fixes: b/130049705 Test: * Loaded the envsetup.sh on a new environment * Executed each m* command. * Verified with "type <build command>" to make sure the function generation is correct. * Ran on Darwin environment. Change-Id: I8792e4f1f1727aba2ca6ee4bdfe657f6ac42302a
This is the Makefile-based portion of the Android Build System.
For documentation on how to run a build, see Usage.txt
For a list of behavioral changes useful for Android.mk writers see Changes.md
For an outdated reference on Android.mk files, see build-system.html. Our Android.mk files look similar, but are entirely different from the Android.mk files used by the NDK build system. When searching for documentation elsewhere, ensure that it is for the platform build system -- most are not.
This Makefile-based system is in the process of being replaced with Soong, a new build system written in Go. During the transition, all of these makefiles are read by Kati, and generate a ninja file instead of being executed directly. That's combined with a ninja file read by Soong so that the build graph of the two systems can be combined and run as one.