commit | 5a438e61ba1b3b8b934bbf54ff677c7d5253cb77 | [log] [tgz] |
---|---|---|
author | Jihoon Kang <jihoonkang@google.com> | Tue Jan 16 20:09:50 2024 +0000 |
committer | Jihoon Kang <jihoonkang@google.com> | Tue Jan 16 20:09:50 2024 +0000 |
tree | 6ebccb97225499ae2b17fabc945cdcd737553935 | |
parent | 3939d1ca5957571814933cc311655840a513677e [diff] |
Remove RELEASE_EXPOSE_FLAGGED_API and PRODUCT_NEXT_RELEASE_HIDE_FLAGGED_API export As seen in the CLs in the same topic, these two variables are no longer in used and do not need to be exported to Soong. Test: m nothing --no-skip-soong-tests Bug: 320515715 Change-Id: I268dc3f051d3ff15d95515755dd0c9f9c15dfc82
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.