commit | 5ea7a5fe86bf61d17aed4301f6ca92b40a339ec2 | [log] [tgz] |
---|---|---|
author | Yi-yo Chiang <yochiang@google.com> | Tue Aug 09 13:05:00 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Aug 09 13:05:00 2022 +0000 |
tree | 65a0fd6e7d7c33d6bb5dd83e0700044245534a4c | |
parent | 325d0f806c009f5cb03ef2a4409dee59cf40f365 [diff] | |
parent | db8b58b2bcfcad149556520a52575e6feef0cd1f [diff] |
Merge "Move 'remount' back into 'adbd_system_api'" am: db8b58b2bc Original change: https://android-review.googlesource.com/c/platform/build/+/2175132 Change-Id: Ib6d66459b16b75285a6be1f08106419616e1a654 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.