commit | 7f50a123045520f2c5e18e9eb4e83f92244a1459 | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Thu Jan 09 17:50:51 2025 +0900 |
committer | Jooyung Han <jooyung@google.com> | Thu Jan 09 17:50:51 2025 +0900 |
tree | ffe9f05173bc2f90f4a05ff495b58ea26d002764 | |
parent | 6595459cdd8164a6008335f6372c9f97b9094060 [diff] |
Run apex_sepolicy_tests with erofs apexes This turns on apex_sepolicy_tests for erofs apexes. The test now uses `apex-ls` (a new tool to print security contexts for apex contents). Bug: 353896817 Test: OVERRIDE_PRODUCT_DEFAULT_APEX_PAYLOAD_TYPE=erofs m run_apex_sepolicy_tests Change-Id: I8b8238be4d7a5099da5453c6bf563ea8252bb604
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.