commit | 5a7defdab15434bebd5d1026e350b29bc3a946d4 | [log] [tgz] |
---|---|---|
author | Ulya Trafimovich <skvadrik@google.com> | Thu Jun 25 09:42:09 2020 +0100 |
committer | Ulya Trafimovich <skvadrik@google.com> | Thu Jun 25 14:48:08 2020 +0100 |
tree | d5c270c34bb9c2b0c3cedd2c1b56ec67b0ffd022 | |
parent | 4a203a63261036177073c77f5f24f1ba0c0c0f32 [diff] |
Move construct_context.sh from Make to Soong. This script belongs with other manifest-related scripts, and the future plan is to rewrite it in Python and share common functionality with other scripts. Test: lunch aosp_cf_x86_phone-userdebug && m Bug: 132357300 Change-Id: I4b90129e5023ca1a2c818fc160c34b0b7da943ef
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.