commit | be4ebca4bac2829a6982ff60d4a966ec31936899 | [log] [tgz] |
---|---|---|
author | Sasha Smundak <asmundak@google.com> | Thu Jun 10 12:12:28 2021 -0700 |
committer | Sasha Smundak <asmundak@google.com> | Fri Jul 09 10:44:22 2021 -0700 |
tree | 8b323dc4d624becdbe2ff78dd7a520fe6503d876 | |
parent | 42b072f4a760c3818abfe5240152264e1581f380 [diff] |
Add mkstrip Bug: 181797530 Test: rbcrun build/make/tests/run.rbc Change-Id: I6b7ade400273cf5a4fd561322e8e9936bc9d8df6
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.