commit | 56db7393cede4d3f2618534bb263a7a16eccc4bf | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Thu Oct 17 12:18:58 2019 -0700 |
committer | Josh Gao <jmgao@google.com> | Wed Oct 23 13:27:48 2019 -0700 |
tree | 1355baed1d15e469f299a5b496b0e131ea590aad | |
parent | 7228fcf19a1411e603445e358ad1be4752a49ed1 [diff] |
Use adbd_system_binaries to track adbd's dependencies. required doesn't propagate from apexes, so we need a separate phony target to track adbd's dependenecies. Test: m Change-Id: Ic9fd19570987c5c3d96d3a35f2d3e2c7ea4642d9
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.