commit | 8b259b577b8fd9301a6154b5e37517d39f2a7478 | [log] [tgz] |
---|---|---|
author | Nan Zhang <nanzhang@google.com> | Mon Aug 27 11:28:43 2018 -0700 |
committer | Nan Zhang <nanzhang@google.com> | Mon Aug 27 11:28:43 2018 -0700 |
tree | 7cb7b0dd5c654c3ca6410109cb571789234fccd8 | |
parent | bb829b260e3199208bf08b91472d60213a8f1e34 [diff] |
[Vendor] Add a pdk droiddoc template target This is is used by offline-pdk-docs Test: N/A Bug: b/70351683 Change-Id: I7911dd80d5723eb6fa419b12b6b02e73effa15f4
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.