commit | 76e974567cd80b4a72adff0c0d37c213d2bcb0ef | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Mon Jun 01 18:57:25 2020 -0700 |
committer | Josh Gao <jmgao@google.com> | Mon Jun 08 14:07:02 2020 -0700 |
tree | dce50a4743e2fe12f7795231dbdc4306ba81ab07 | |
parent | d03ec51f385b6e6c3741485020e48f54baae78bc [diff] |
Rename adbd_system_binaries to adbd_system_api. This is going to include libraries as well, so rename to reflect this. Bug: http://b/157709367 Test: treehugger Change-Id: I94625a6343e18032d8607cf8c58bde49d64db85c (cherry picked from commit 67e0295833222f85c3ce392dd0c79e1856a1339e)
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.