commit | ec7dbbb537807157785f69580f9c3531c6bbd694 | [log] [tgz] |
---|---|---|
author | Bowgo Tsai <bowgotsai@google.com> | Fri Feb 02 07:58:45 2018 +0800 |
committer | Bowgo Tsai <bowgotsai@google.com> | Fri Feb 02 07:58:45 2018 +0800 |
tree | 50f307503629e5a4500febac82485da645f648c4 | |
parent | a4c7d59afca1e74309ba5292cf8fe3d51773665b [diff] |
Revert "Renames sepolicy files from nonplat_* to vendor_*" This reverts commit 8b5f51403814c0b095c6868e34303679f9d2cdd3. Fix angler/bullhead boot failure. Bug: 72787689 Test: build
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.