commit | d87b1560230d43b6a212aa10c4552100bcde7592 | [log] [tgz] |
---|---|---|
author | Zhi Dou <zhidou@google.com> | Tue Feb 11 19:19:26 2025 +0000 |
committer | Zhi Dou <zhidou@google.com> | Tue Feb 11 21:44:42 2025 +0000 |
tree | 2e6b4558927e73d7fb0e3af2741dedd0f213d75b | |
parent | 4c0d7746fb51aada867af92ce403df357e0b4de0 [diff] |
aconfig: add single-exported-file parameter This change adds a new parameter single-exported-files for the command create-java-lib. When this parameter is true in exported mode, a new class ExportedFlags will be generated. Test: atest aconfig.test.java Bug: 392871534 Change-Id: I817b1ca4fbb70082267f8ccbde4d4384ebd1bebb
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.