commit | 12e2d0f7a2698ad1a47d41f696791ef32356c808 | [log] [tgz] |
---|---|---|
author | Artur Satayev <satayev@google.com> | Thu May 28 15:26:06 2020 +0100 |
committer | satayev <satayev@google.com> | Thu Jul 23 12:40:49 2020 +0000 |
tree | e0b403e1d18a4fecf05e6141177a76fa83d0c15a | |
parent | 9aa278a1244e8b647cbe08ee4c0ffc51bba92865 [diff] |
Add a check for apex/allowed_deps.txt to droidcore. The check ensures that build graph for updatable modules contains only allowed dependencies at build time. Bug: 149622332 Test: m Change-Id: I52a4be72efaa523d53827dd11822a7802543dd10 Merged-In: I5695dd1003386191dbbe0ea511ef5b615d0d5e4e Exempt-From-Owner-Approval: cp
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.