commit | e068028fe717784d99a05c620f376206719422ac | [log] [tgz] |
---|---|---|
author | Hongguang Chen <hgchen@google.com> | Wed Jan 24 13:55:00 2024 -0800 |
committer | Hongguang Chen <hgchen@google.com> | Wed Jan 24 23:25:46 2024 +0000 |
tree | 919e17c320846b3a9db4c4f1cc0eeaec3be1aeb1 | |
parent | a718299b96286ae288cac8acc91ac11489a74f82 [diff] |
Disable Window Extensions on TV Window Extensions is not supported on TV. Adding it to TV GSI causes some CTS failure. Bug: 321898211 Test: make TV GSI, check artifacts Test: atest CtsWindowManagerJetpackTestCases on TV GSI Change-Id: Ice6602c7b06c2e09e557423426abaa94da55c836
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.