commit | de3561b52eca9476b63e753aa54ddec2dd150bba | [log] [tgz] |
---|---|---|
author | Simon Shields <simon@lineageos.org> | Wed Dec 13 17:07:59 2017 -0500 |
committer | Aren Clegg <compiterman2k3@live.com> | Sat Aug 25 00:15:44 2018 +0000 |
tree | 465fe8f2f7668edc9c6fc258b1104ac49beab209 | |
parent | 34e316781e8719d40e5a4af7a3536ea23b6fb097 [diff] |
Bring back SetPermissionsRecursive * we still need this, even with block-based OTAs. This partially reverts commit f388104 Change-Id: I4943e2e89ee5c810a63746c570dc5e31e95b8c53
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.