commit | 3ae48f2e666dc560104fb0b341737d026ab75d2d | [log] [tgz] |
---|---|---|
author | Devin Moore <devinmoore@google.com> | Mon Nov 06 23:57:46 2023 +0000 |
committer | Devin Moore <devinmoore@google.com> | Tue Nov 07 02:13:03 2023 +0000 |
tree | 8aa9e8597be9977cc7541bf3c67d22b1b22bbc1d | |
parent | 4859a6a25010105e23fb92da174212290f16fcc5 [diff] |
Stop including android.hidl.memory ashmem impl on V+ devices We no longer support HIDL in devices targeting Android V+ vendor. Test: m && launch_cvd && adb shell ls /vendor/lib64/hw Bug: 205764958 Change-Id: I6c528be1ae2bf34c790ab2efc83ce7a8db8c9770
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.