commit | 6ecd7d177aede22144bd78a4f19322f0e522a2ec | [log] [tgz] |
---|---|---|
author | Junfeng Wu <wujunfen@google.com> | Wed May 18 20:46:37 2022 +0800 |
committer | Junfeng Wu <wujunfen@google.com> | Wed May 25 06:29:46 2022 +0000 |
tree | ef5b6e9bd367562c1350807df0b345d8b97d45c4 | |
parent | c15b738a7c4b57591210604e484c3d6b13c9163d [diff] |
Use OUT_DIR to find the r8/d8 binaries instead out hard coded out/ Test: USE_RBE=true m Bug: 233046271 Change-Id: I71d71a3560a97a2173bf415fe8a584ea0c0a5942
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.