commit | 892b51ab7d25af6c50e8bb1cd616d6cde975bf10 | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Tue Apr 30 09:28:39 2024 -0700 |
committer | Kelvin Zhang <zhangkelvin@google.com> | Tue Apr 30 09:34:58 2024 -0700 |
tree | a7ac5da375ac3c0bc931e0569b3ba4f1a9f048f7 | |
parent | ced25ac6303cde66b16844c6aec79976f44d1c53 [diff] |
Move aosp_x86_64 away from non-AB non-AB is deprecated, move GSI targets to AB updates Test: th Bug: 334489639 Change-Id: I96e398c43f594cdc4ac6e20cf9444cb67a80eee3
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.