commit | d571ca6d4a594842e7924c5f78df5875a35fa183 | [log] [tgz] |
---|---|---|
author | Sandro <sandrom@google.com> | Wed Sep 14 10:56:46 2022 +0000 |
committer | Sandro Montanari <sandrom@google.com> | Mon Sep 26 11:49:30 2022 +0000 |
tree | 04b16259017d2ef7970d25ecad8a04fca641c1ce | |
parent | 6196ea23cd5aacef8e7e23867426a44ef05c78d5 [diff] |
Rollback "Make com.android.sepolicy mandatory" Rolling back the changes from aosp/2199179. Bug: 243923977#comment9 Test: adb shell ls /dev/selinux /system/etc/selinux Change-Id: If205f106230c2f076f72396011b68079ddd4d253
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.