commit | b52465da312523a7491fec3dadeea26bdc834321 | [log] [tgz] |
---|---|---|
author | Zhi Dou <zhidou@google.com> | Fri Dec 15 22:48:16 2023 +0000 |
committer | Zhi Dou <zhidou@google.com> | Tue Dec 19 16:40:53 2023 +0000 |
tree | 4a12a7e61aade3af97620a9436fe2ad40c0fddb5 | |
parent | c1d0a14b69602ca3c6cc124f859540c3e8315e7d [diff] |
aconfig: add new testing flag enabled_fixed_ro_exported This commit adds a new testing flag enabled_fixed_ro_exported to test the case of a exported and fixed_read_only flag. Test: atest aconfig.test aconfig.test.java AconfigJavaHostTest aconfig.test.cpp aconfig.test.cpp.test_mode aconfig.prod_mode.test.rust Bug: 316357680 Change-Id: Iaedb8a6875166c6a6d24c7c3deee701a496b4964
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.