commit | 635733b816f5b5d72c890523e9655493e0d367f6 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Sep 10 21:35:55 2018 +0000 |
committer | Colin Cross <ccross@android.com> | Mon Sep 10 21:35:55 2018 +0000 |
tree | faadda49d92fa8f79ec36a82aa6e1c4974b7240f | |
parent | 1bb943b97c0d1a35032369b39fc007e3b11be4fa [diff] |
Revert "Add soong_cc_prebuilt.mk" This reverts commit 1bb943b97c0d1a35032369b39fc007e3b11be4fa. Reason for revert: broke mac builds Bug: 113936524 Change-Id: I5b3d8eb1314eb322a5f9c578623ac89e2ad25706
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.