commit | 6900aa21448012ea34914d4580c4fd4acce32504 | [log] [tgz] |
---|---|---|
author | Justin Klaassen <justinklaassen@google.com> | Wed Dec 12 09:23:09 2018 -0800 |
committer | Justin Klaassen <justinklaassen@google.com> | Thu Jan 10 14:30:55 2019 +0800 |
tree | faadcb3fa5d61b5c6c556a47f73d0eb21e4ec1ad | |
parent | eeeb9f96c8995c6c8213cb13a790296281291665 [diff] |
Remove ExactCalculator module Individual products can add their own calculator package if desired. Bug: 120905067 Test: lunch aosp_arm64 && make -j8 Merged-In: I60490b6e2a42c4304768075e8fef9f07cb72d268 Change-Id: I60490b6e2a42c4304768075e8fef9f07cb72d268
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.