commit | f74a417d94d75a04334ab46953dd212a902f7609 | [log] [tgz] |
---|---|---|
author | Luca Stefani <luca020400@lineageos.org> | Thu Aug 17 21:21:23 2017 +0200 |
committer | Jackeagle <jackeagle102@gmail.com> | Thu Aug 23 22:19:25 2018 -0400 |
tree | e83a898a50e3367066117fa3900ef6b26fd3c74e | |
parent | c87a17df1e8dff2da21f4db1e7795b08b8561dfd [diff] |
build: Add Bliss build support Squashed also with the following changes: Author: Luca Stefani <luca020400@lineageos.org> Date: Thu Aug 17 22:22:13 2017 +0200 core: Include Bliss pathmap Change-Id: Ie25dee383cc5bc9bb6390cff2cb2460d526d80b6 Author: Simon Shields <simon@lineageos.org> Date: Fri Mar 2 12:55:47 2018 +1100 build: unconditionally use bliss pathmap even if we're not building a bliss target, we need to use the bliss pathmap to make things like recovery and ril happy Change-Id: I974c30ad10d4ff5b7805c3df9c22010f1e002bf1 Change-Id: Iab8b2ef8b644a7bea10bfd28b99d9e69539b1357
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.