commit | 45fe4f22a47ac79ce1d5a38221800ea7682065c9 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Wed Apr 03 12:43:30 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed Apr 03 12:43:30 2019 -0700 |
tree | 60b3f1cdfd878f514143c15c5eb7f31772e690a0 | |
parent | 680a116cba55cf2ce5f5e8f1bb0388e044e1d1b1 [diff] | |
parent | 16c29ebe324cc4e723ab002b2afa4fc254457be9 [diff] |
Merge "Add libcgrouprc.so to LL-NDK" am: 058ddaea8d am: 16c29ebe32 Change-Id: If5a128df06795dddfa83f623b5ffa5520a5cd7e4
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.