| commit | 9bd27a04b2c8f686e2c27729c5bd9accc333cace | [log] [tgz] |
|---|---|---|
| author | Mårten Kongstad <amhk@google.com> | Tue May 27 07:48:12 2025 +0000 |
| committer | Mårten Kongstad <amhk@google.com> | Tue May 27 08:39:18 2025 +0000 |
| tree | 44cbf12d7d4c4bd5376d8f1bbd1fe2a102ce6487 | |
| parent | 298977a2917d1002188cb775ce1cb983339ce806 [diff] |
finalization-test: verify RELEASE_HIDDEN_API_EXPORTABLE_STUBS is set in next RELEASE_HIDDEN_API_EXPORTABLE_STUBS must be set in release configs we cut Android releases from. Make sure it is set in `next`. Test: atest finalization-test Bug: 420549409 Change-Id: Ic95960dd3ecc34553761c4645214de470561fa18
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.