commit | 9f7e7e7e00c46468b3faab3b175b6e9b0d92b3fd | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Thu Jul 13 04:17:59 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Jul 13 04:17:59 2023 +0000 |
tree | 74dce1eff7da56b348f28ee411449c6f968ca2fb | |
parent | b64d7442e5d1f05f0afc48861bf593a1b1fffa53 [diff] | |
parent | e4a7c0b61753561456e99ae481a858852c039e56 [diff] |
Merge changes I16be0dcb,I4656d43d,I52b831df into main am: b51bc1c77e am: 18485d30c4 am: 11f325c716 am: 9894a2b449 am: e4a7c0b617 Original change: https://android-review.googlesource.com/c/platform/build/+/2646667 Change-Id: I6c5f948d4cc3f8d0cbd47fd3470d493b4945dc99 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.