commit | caf94b47d6e5a9475d5b1d798cf3deb5c425f235 | [log] [tgz] |
---|---|---|
author | Bjoern Johansson <bjoernj@google.com> | Fri Mar 23 16:10:38 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Mar 23 16:10:38 2018 +0000 |
tree | 72a642384f73629cbaefdca5233e031f3a836629 | |
parent | 19d4f25791411517c11c75a816f3b21091bf83b0 [diff] | |
parent | 1b6dde54a067872ce52b5aecffc6c38da35acbf1 [diff] |
Fix SELinux settings for WiFi in Treble am: 760871c753 am: 1b6dde54a0 Change-Id: I6f989d45aeccf82cfc50238ba03fec0781c198bf
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.