commit | 0c357c9947134c1e4705ea7eb86b3a696f549d87 | [log] [tgz] |
---|---|---|
author | Kiyoung Kim <kiyoungkim@google.com> | Thu Nov 07 14:56:00 2024 +0900 |
committer | Kiyoung Kim <kiyoungkim@google.com> | Fri Nov 08 12:33:56 2024 +0900 |
tree | 66f58c53ca0a24d1ab0acdce8d1dad2ccb6cfab8 | |
parent | fe4906450c784d6ab9ee13a048f52f9a0cee4940 [diff] |
Update linker configuration for generic_system_image Update configuration of generic_system_image to use common properties of filesystem instead of systemimage specific property. Bug: 324995772 Test: There is no change from linker.config.pb of generic_system_image Change-Id: Iffb2d643c3466b95ef72f2cbc73dc59b8e0aec3e
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.