commit | 09dab6dda0a63ce42012b03b34c379881e4032ad | [log] [tgz] |
---|---|---|
author | vichang <vichang@google.com> | Tue Oct 15 11:14:01 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Tue Oct 15 11:14:01 2019 -0700 |
tree | 5839181dfb8bb343f81ff89272eef0f13ced0935 | |
parent | acb3eb3d117e7321e74501e88c936479e0015517 [diff] | |
parent | 5698e5b96588f75bf054a9f511f31963441eefd1 [diff] |
Merge "Add libicu_jni into ART APEX" am: ed02064ed5 am: bc2a8ead4a am: 7bcad8fc4b am: 5698e5b965 Change-Id: I5efbf901727066cafe6d8d5d6e7a72a33e3495fd
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.