commit | d26fe1345914f7c31eff99f123c53bd5e134600d | [log] [tgz] |
---|---|---|
author | Marybeth Fair <marybethfair@google.com> | Mon Mar 17 13:50:31 2025 -0400 |
committer | Marybeth Fair <marybethfair@google.com> | Thu Mar 20 17:11:54 2025 -0400 |
tree | f907b439d33e97fa02e3eaabbd37df3a9d7574d8 | |
parent | 4a757acc02d058586f0ecf2a1493839b01af6d0c [diff] |
aconfig: Parse string to full sdk version Re-implement Build#parseFullVersion for build-time use in Rust. Also included the unit tests to ensure the behavior is the same. This logic can be removed once we have an int -> Build.VERSION.X map available at build time. Next step is to use this in the Java codegen. Test: atest convert_finalized_flags.test Bug: 378936061 Change-Id: Ie9e79b4aa1b3047df97c12c9d25eb8287e30e973
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.