commit | 6c5aedfbef643113aa14088d5d8ed3d4da42ea2e | [log] [tgz] |
---|---|---|
author | Devin Moore <devinmoore@google.com> | Wed Apr 03 15:38:46 2024 +0000 |
committer | Devin Moore <devinmoore@google.com> | Fri Apr 05 23:06:37 2024 +0000 |
tree | 3400dab08fe930da386b56a4f1e402bc253f3461 | |
parent | 83066f6dc0caafed1ca1a05a5cd112ac430dd49c [diff] |
Define PRODUCT_HIDL_ENABLED This is used to force HIDL to be enabled for device bring-up when partners have converted all of their AOSP HAL implementations to AIDL, but still have some partner-owned interfaces that they are working on converting from HIDL TO AIDL. Test: PRODUCT_HIDL_ENABLED = true && adb shell lshal Test: PRODUCT_HIDL_ENABLED = false && adb shell lshal Bug: 332548148 Change-Id: I6e6dc6c9e22d31c270e3c3520fc074bbeb349808
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.