commit | d6b3a4cc79b803cbcebc6ca2165e32a44f2a6e0c | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Aug 21 07:31:53 2018 -0700 |
committer | Tao Bao <tbao@google.com> | Tue Aug 21 07:34:18 2018 -0700 |
tree | 513c9672db51cfe3eca845a579d7f809a06ae241 | |
parent | d35fdd8b3d7e6ea37d2a0df270d8af4d4d3e8388 [diff] |
Add the Cleanspec rule for product-services symlink. Bug: 112431447 Test: `m dist` when there's a leftover symlink of "/product-services". Change-Id: I39bb79bd7790fe2243075768c6423b0fddc379f7
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.