commit | 2826b1a2d353d95afafefea75afecfc1b223a1cd | [log] [tgz] |
---|---|---|
author | Daniel Zheng <zhengdaniel@google.com> | Thu Mar 28 16:41:17 2024 -0700 |
committer | Daniel Zheng <zhengdaniel@google.com> | Mon Apr 01 12:08:01 2024 -0700 |
tree | 755971c3e105acf64f7237a5d84c08a66d2d20c9 | |
parent | c3ce9e344c6bc592571283909b11ad392b999a17 [diff] |
Full ota v3 compatibilty check Check that device is shipped supporting v3 in order to enable it. Otherwise fallback. Bug: 331202590 Test: th Change-Id: I218fbaa6a044420af39be70b055da5ffbfced158
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.