commit | 2909666ae45e6442f8a8ccc6b3194c52bc6cd489 | [log] [tgz] |
---|---|---|
author | Zhi Dou <zhidou@google.com> | Sat Dec 16 00:24:51 2023 +0000 |
committer | Zhi Dou <zhidou@google.com> | Tue Dec 19 16:40:53 2023 +0000 |
tree | 302a10143f923a31f6027c4c146afe833ebc6776 | |
parent | b52465da312523a7491fec3dadeea26bdc834321 [diff] |
aconfig: add c/c++ codegen exported mode integration test This commit adds c/c++ codegen exported mode integration test Bug: 316357680 Test: atest aconfig.test.cpp.exported_mode Change-Id: Iadea7ba2459eb3e80c7ffc7dea83cc9c386798e5
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.