commit | f9cd013f747f15d123034186f8fba9ccbb3e8bc8 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Feb 05 20:23:14 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Feb 05 20:23:14 2021 +0000 |
tree | f30355df13e0fc497b9f226227a58890e1cb42d3 | |
parent | 14b5bf504e9897db34b68ffecf7ddbc6eb8b8966 [diff] | |
parent | a5a181d4f8438e21ee8962f0257c1c400378983b [diff] |
Merge "GSI: enable dynamic partitions" am: e174dca416 am: 519547ea53 am: a5a181d4f8 Original change: https://android-review.googlesource.com/c/platform/build/+/1576992 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I3e7808188e834f730615c651d04d294e4b77668c
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.