commit | 04d7ae2ff507933a48889fee6c3bb73e2754b9fb | [log] [tgz] |
---|---|---|
author | Sundong Ahn <sundongahn@google.com> | Thu Jun 28 20:31:17 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Jun 28 20:31:17 2018 -0700 |
tree | b1e260ad215c6e3120898503d0a3f15df2ea4248 | |
parent | 7d80efd2b94a670e5143ff4f107f8e364eb49d9b [diff] | |
parent | 3dbb886cdaa2212fa1b4629c126b3eb08fcccdad [diff] |
Merge "Support java sdk libraries" am: 3dbb886cda Change-Id: I7e61484fd12db60a7a18a4559b8ae38cb463eeef
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.