commit | 4a829c540736333c0d8a0c615ed487b05fcdb763 | [log] [tgz] |
---|---|---|
author | satayev <satayev@google.com> | Fri Mar 04 15:49:47 2022 +0000 |
committer | Artur Satayev <satayev@google.com> | Tue Mar 15 14:47:03 2022 +0000 |
tree | 2444867168101b48320f282adff85e070f3dd940 | |
parent | 408b29216c629b2838af2094d3ce46845ee1e86e [diff] |
Remove sepolicy module from system image. Bug: 199914227 Test: presubmit Merged-In: If091dcea78358d024892533b734882274c2ea9a3 Change-Id: I02272bffa3abf2b7514eac1c917cda1f04b7e7da
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.