commit | 9369f8df9a0118dc7792ad90945c22181538d33f | [log] [tgz] |
---|---|---|
author | Devin Moore <devinmoore@google.com> | Tue Nov 07 19:27:33 2023 +0000 |
committer | Devin Moore <devinmoore@google.com> | Tue Nov 07 19:33:33 2023 +0000 |
tree | d4dc57b1cf445a415e172d52c2aac37afcb3a3f5 | |
parent | 3ae48f2e666dc560104fb0b341737d026ab75d2d [diff] |
Add all of the packages used to support older/upgrading devices There are packages included in system based on the shipping api level of the device. All of those packages should be added to GSI to support all of the devices with supported shipping API levels Test: lunch aosp_x86_64 && m Bug: 298506436 Bug: 205764958 Change-Id: I5a374ce92bab457e7171b9623a7af3ee0847ae8a
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.