commit | 7e7ff750420d283e40d29983f4418ad7fca78838 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Mar 20 17:23:40 2024 -0700 |
committer | Elliott Hughes <enh@google.com> | Wed Mar 20 17:23:40 2024 -0700 |
tree | c8033db0f9373d23ac93e8ce5cc912ce3460c4da | |
parent | 6d5a509efa35199f1903caebe560fe3ca9f63f6f [diff] |
Fix adb function. It was broken by the last change (because unlike `which adb`, `command adb` does not search $PATH if there's already an entry in the hash). No-one's noticed in almost a year, but this has caused (rare) confusion in the past. Bug: http://b/24473359 Change-Id: I6bbb207992449132ba8563a8bcf298256c599c0d
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.