commit | aa9a4a490783f114f224716526cae5c16e0d4a13 | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Tue Nov 21 16:47:42 2023 +0900 |
committer | Inseob Kim <inseob@google.com> | Tue Nov 21 13:01:40 2023 +0000 |
tree | 22ca0ee8a4ad93b30287d5208df3cbf5e407e99f | |
parent | ca2c6560915e52734d3a3661557a19cbde3e910a [diff] |
Add CHECK_DEV_TYPE_VIOLATIONS If PRODUCT_CHECK_DEV_TYPE_VIOLATIONS is set or vendor api level is greater than V (35), sepolicy dev type test will be run which checks if all /dev nodes have dev_type attribute. Bug: 303367345 Test: set PRODUCT_CHECK_DEV_TYPE_VIOLATIONS, see sepolicy_dev_type_test's build command Change-Id: Ibf25c1dacb5132ccda5265d6d2ce9fe655ffbc87
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.