commit | eeed7990de66ad36950ea2682b9b60415cdd2f08 | [log] [tgz] |
---|---|---|
author | Zhi Dou <zhidou@google.com> | Tue Dec 19 20:20:22 2023 +0000 |
committer | Zhi Dou <zhidou@google.com> | Tue Dec 19 20:32:59 2023 +0000 |
tree | 0de1d1d3b01f0d3735a8a152fe147dcfe2523a0c | |
parent | 80040d2d2c540b975a024fb484239d0ea8818340 [diff] |
aconfig: modify and filter flags before passing into java codegen Before this change java codegen filter flags for exported mode in the template. This change move the filter process to commands as other codegen. Thus the codegen code will only generate code based on the passed in flags. Bug: 311152507 Test: atest aconfig.test aconfig.test.java AconfigJavaHostTest Change-Id: I74045709cde19e6c687c3eb0d94050ea40cf5042
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.