commit | 527ba92beadfc04099d3bc739e33c345ebb636c5 | [log] [tgz] |
---|---|---|
author | Wei Li <weiwli@google.com> | Thu Jun 20 23:28:07 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jun 20 23:28:07 2024 +0000 |
tree | fb8b04139d7709fb2a27801419b7f854cdc9e61e | |
parent | cc21bf8b2904ee1c114dee1c473254aad1b54113 [diff] |
Revert "Set widevine apex signed with dev key" This reverts commit cc21bf8b2904ee1c114dee1c473254aad1b54113. Reason for revert: b/348462910 Change-Id: Ia65e4b87bd3d7a0780dedc1cc3118c98ccfe077c
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.