commit | 3a831955222f2fe4518960250b6c458402a4416d | [log] [tgz] |
---|---|---|
author | bohu <bohu@google.com> | Fri Jun 08 12:26:23 2018 -0700 |
committer | bohu <bohu@google.com> | Mon Jun 11 15:56:25 2018 -0700 |
tree | 4c8432814912ad635f643856aa6bc1a8d9ee512c | |
parent | e91269dc65cfc982939e94d3c62bfd220211556f [diff] |
emulator: update aosp sepolicies There have been quite some changes that should go to aosp. This CL squash all of them into a single one. Change-Id: I1e8d172b99cc98c93f2925fef32da8b461c277ed Merged-In: I93b8489f710d194917d4b482ebca960c39658fd9 Merged-In: Ifac85db4e13d0b946f91b7eeffb4288d40d0ebb8
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.