| commit | 2527effcea2d83ef566f859d04264721a5ae739c | [log] [tgz] |
|---|---|---|
| author | Jim Tang <jimtang@google.com> | Tue Apr 08 15:46:05 2025 +0800 |
| committer | Jim Tang <jimtang@google.com> | Mon Apr 14 03:07:57 2025 -0700 |
| tree | eaafbefef48d246aff547f16985384d20109b013 | |
| parent | 72be02c81ed5219891e7b036af35082f0a7df471 [diff] |
Create soong variables for fpc_hal_common Flag: EXEMPT bugfix Bug: 409206537 Test: lunch tangorpro-trunk_staging-userdebug && m Test: lunch felix-trunk_staging-userdebug && m Change-Id: Ia16582cad135c6e648769ed3dec90ec97243c9b1
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.