commit | ac692c5eae3072db12efd78f5d777a097212550d | [log] [tgz] |
---|---|---|
author | Joe Onorato <joeo@google.com> | Tue Jul 18 17:29:14 2023 -0700 |
committer | Joe Onorato <joeo@google.com> | Fri Jul 21 09:12:01 2023 -0700 |
tree | d0a0e523b2e306c953fe3af9ec68c18fb0444c43 | |
parent | 7859cc45f78c8b6926e61563c11561d925cb561e [diff] |
Make aconfig c++ generate only one header and only one .cc file Bug: 283479529 Test: m aconfig_hello_world_cc && adb push $TOP/out/target/product/panther/system/bin/aconfig_hello_world_cc /system/bin && adb shell aconfig_hello_world_cc Change-Id: I1890aff70262343e18a62fb2efb2fd0e13a48fb2
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.