commit | e80691f1c7c7da8f2e8d44d17649022e4a05fc23 | [log] [tgz] |
---|---|---|
author | Devin Moore <devinmoore@google.com> | Tue Nov 21 02:58:57 2023 +0000 |
committer | Devin Moore <devinmoore@google.com> | Tue Nov 21 02:58:57 2023 +0000 |
tree | 04d83b2c9e1a74f440a201fa0bab0719de5e0e49 | |
parent | 97cb15a1f51dae11363b887615ab2447379f5232 [diff] |
Add HIDL support services to telephony_system_ext Some devices don't use base_system_ext.mk and instead use telephony_system_ext.mk. These also need the HIDL support services for devices launched before V. Test: m Bug: 305873288 Change-Id: I9a92c274291f547f607556eacf9f3d641350aa87
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.