commit | 50b9eb21a04d30c5c16dfb70bc264c1e568f2a51 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Thu Apr 29 11:59:12 2021 +0100 |
committer | Anton Hansson <hansson@google.com> | Thu Apr 29 12:00:39 2021 +0100 |
tree | cc418042f1708a3e48af64ee25593db2b50af157 | |
parent | 9693d8bd60dae655d540be6ae591733980b96348 [diff] |
Revert "Make module_* inherit aosp_*" This reverts commit 708b854c4a333b92bd41023d7d92fafcd16ab8f2. The only diffs induced by using module_* are those incurred from using armv8 for the 64-bit variants. Bug: 185789027 Test: diff tests in mainline-prod and sc-mainline-prod Change-Id: I7ed5cf93d240a58b50b655b861dd60c6965aafff
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.