| commit | 72be02c81ed5219891e7b036af35082f0a7df471 | [log] [tgz] |
|---|---|---|
| author | Jim Tang <jimtang@google.com> | Tue Apr 08 14:37:46 2025 +0800 |
| committer | Jim Tang <jimtang@google.com> | Wed Apr 09 20:11:34 2025 -0700 |
| tree | 3e71c38034e1ed3e4d84439adda548cfc3ea27f6 | |
| parent | 8bd326312941c26d02dcb17cd27d284d49afd116 [diff] |
Create soong variables for fpc_tee_test Flag: EXEMPT bugfix Bug: 405831609 Test: lunch tangorpro-trunk_staging-userdebug && m Test: lunch felix-trunk_staging-userdebug && m Change-Id: I66d4119f75a75b63d578ee32c8b0250723430e8c
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.