commit | 8cf6b65445d721fa5c8d99ea77d9023a0104f060 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Wed Sep 05 11:01:12 2018 -0700 |
committer | Dan Willemsen <dwillemsen@google.com> | Sat Sep 15 10:52:13 2018 -0700 |
tree | b54c85fade3545ce8a3be1cb9716dce1e558f1de | |
parent | d55eb7643d684e01f74e580df1fdf258b6f3fc60 [diff] |
Remove *_OUT_INTERMEDIATE_LIBRARIES Always use the exact libraries like Soong does instead. Test: m Change-Id: Ifd48020073dd045247f76f84627c497e94562286
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.