| commit | 4512c7271b70f6dd3bb7c6073f248ef557b85f9d | [log] [tgz] |
|---|---|---|
| author | Inseob Kim <inseob@google.com> | Wed Apr 09 20:27:14 2025 +0900 |
| committer | Inseob Kim <inseob@google.com> | Thu Apr 17 13:03:15 2025 +0900 |
| tree | 5ef9bc55ad174c151a3fc26f04ca410ef16483e4 | |
| parent | dd488f9c15f7c3db252fa47521ee36ead5aa2231 [diff] |
Add skeleton code for Treble labeling test Treble labeling test is a SELinux test ensuring that platform partitions and vendor partitions are correctly split. The test uses the following as inputs: * preinstalled apps * seapp_contexts files * file_contexts files * A precompiled SEPolicy binary This change adds skeleton code for the Treble labeling test, and a phony target named check-selinux-treble-labeling to run the test manually. Bug: 406185315 Test: m check-selinux-treble-labeling Change-Id: I3afbf715f2865ae9b985b97835af2a7fd1fb6349
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.