commit | ba109976fad45c6cf42e99c550990c28866022af | [log] [tgz] |
---|---|---|
author | Wei Li <weiwli@google.com> | Wed Oct 16 16:59:35 2024 +0000 |
committer | Wei Li <weiwli@google.com> | Wed Oct 16 16:59:35 2024 +0000 |
tree | e3331302b791879d8e1dc57d0235cbb3c3b2485d | |
parent | 83de8086609518e81ab4011f23f7f2891e0af6e3 [diff] |
Move build/make/target/product/gsi/Android.mk to build/make/core/tasks/check-abi-dump-list.mk Bug: 371111740 Test: m check-abi-dump-list Change-Id: I6c8a692092792a387052ac16c2629da9f0a4a1d2
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.