commit | fb3e985a5f4f024d9426c43ee73b63496f287de2 | [log] [tgz] |
---|---|---|
author | Luca Stefani <luca.stefani.ge1@gmail.com> | Wed Feb 06 17:27:47 2019 +0100 |
committer | Luca Stefani <luca.stefani.ge1@gmail.com> | Wed Feb 06 17:54:21 2019 +0100 |
tree | cc3b5f1d83c48c948687ea807cb5f76f0a5a050d | |
parent | 7bd32730a4a31e6602d97a561ea269029d57843d [diff] |
Remove extra $ in soong_app_prebuilt Change-Id: Ia21d8f7fb3fd5f9e3b8e764d42ebbc61be4226f7
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.