| commit | b6c436d44f47e68e81305862b9609e9af63e6be9 | [log] [tgz] |
|---|---|---|
| author | nanaasiedu <nanaasiedu@google.com> | Fri Aug 15 17:47:20 2025 +0000 |
| committer | nanaasiedu <nanaasiedu@google.com> | Fri Aug 29 09:49:35 2025 +0000 |
| tree | d4b232d455b5b34149b734835dabd1e73801697c | |
| parent | fbc680100e8951a36c89b5692055475cc7886add [diff] |
Generate new generic build properties SDK artifact Updates the build system to create a XML file that contains general build information that will be used for debugging purposes and placing the artifact in the SDK zip. Currently the only property that is exported in the build number These changes can only be accessed by internal builds with variants eng or userdebug to begin with Bug: 429965990 Test: m sdk sdk_repo dist & checking the sdk zip contents Change-Id: Ifb6b9a950fec9b902ac9a7c0cc40072b19d32cb1
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.