commit | 2143900a7c9df8e479c9b8b8f66b8dcabc0a78ba | [log] [tgz] |
---|---|---|
author | Shaju Mathew <shaju@google.com> | Mon Jul 10 00:53:22 2023 +0000 |
committer | Shaju Mathew <shaju@google.com> | Mon Jul 10 00:53:22 2023 +0000 |
tree | 4e68dccc70bd473073c08b78ce190cce9fa86409 | |
parent | 9ebfc23191db96aeeddaddc948d31183c70bfe3b [diff] |
Updating build/config setup to refresh adb path name after a rebuild. Bug: 24473359 Test: Treehugger Change-Id: I706e24a8ba7b75a381e9efe48d5db2d49c0f4da6
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.