commit | 8aa7675cfa71b939267301fce595403c52b60681 | [log] [tgz] |
---|---|---|
author | Adnan Begovic <adnan@cyngn.com> | Wed Sep 30 12:17:41 2015 -0700 |
committer | Jackeagle <jackeagle102@gmail.com> | Sat Dec 12 07:24:14 2020 +0100 |
tree | 8c2297590429f0ede25c1790e92cbaf952f9811f | |
parent | 2daeb086ffb5c6fbe1fe5446576146d60420fe90 [diff] |
build: Make sure we're building our secondary resource package as dependency. This allows us to reference internal or public resources without going explicitily through the platform sdk. Change-Id: Iba361a3dcd20bc62a06e600e0240fb09d4e7bda4
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.