commit | 5d4cc6de475c5516758d588e624df8aec14ca5fb | [log] [tgz] |
---|---|---|
author | Bowgo Tsai <bowgotsai@google.com> | Sat Feb 03 10:09:47 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Sat Feb 03 10:09:47 2018 +0000 |
tree | f3d7187fa52fe5e67c3295495f25a1dcfb35481f | |
parent | 405e952ec3bfc1c16b8dcb6807d752491cacb7e0 [diff] | |
parent | 6703b82a0ccc1cd16c1c61b4172ebf440ac689ae [diff] |
Merge "Revert "Renames sepolicy files from nonplat_* to vendor_*"" am: 8a6ab0f240 am: 6703b82a0c Change-Id: I35f529f1d76418f123ba75e1ca8f42712377e016
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.