commit | ae5e1b7bb02d2d19c105765aa2f3fb00c66da8c2 | [log] [tgz] |
---|---|---|
author | Kiyoung Kim <kiyoungkim@google.com> | Wed Oct 25 09:42:06 2023 +0900 |
committer | Kiyoung Kim <kiyoungkim@google.com> | Mon Nov 06 07:30:57 2023 +0000 |
tree | b3649b7830276210cbf0ccba98b883819adc7506 | |
parent | 2071b4eac28b432bf98ccc1e1d37ebefa32f018e [diff] |
Deprecate VNDK based on feature flag A new feature flag RELEASE_DEPRECATE_VNDK is added to control VNDK deprecation. Use this value to decide whether VNDK should be deprecated, and keep it overridable with command for now. Bug: 301346137 Test: Checked if aosp_cf_x86_64_phone-trunk_staging is VNDK deprecated Change-Id: Ib9bb48fbfb14d1ab87f939439da4f23e364d1173
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.