commit | a27b703c492c61920cab19f3b02807c7a04a86fd | [log] [tgz] |
---|---|---|
author | Victor Chang <vichang@google.com> | Wed Apr 08 11:34:11 2020 +0100 |
committer | Victor Chang <vichang@google.com> | Mon May 04 12:46:03 2020 +0100 |
tree | 5411f5bec1dc6ff94f7e0fda70c311a5e7f36798 | |
parent | 8023018b0cef986032951931bbc965f388178bf9 [diff] |
Move core-icu4j into i18n APEX Bug: 138994281 Test: core-icu4j observed in i18n APEX Change-Id: I10e6d49485305f84b31d62f858c3c032aba4d3df
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.