commit | 4859a6a25010105e23fb92da174212290f16fcc5 | [log] [tgz] |
---|---|---|
author | Devin Moore <devinmoore@google.com> | Mon Nov 06 23:35:48 2023 +0000 |
committer | Devin Moore <devinmoore@google.com> | Mon Nov 06 23:35:48 2023 +0000 |
tree | 49ac2d36248c5d72123f7cba4d255c82524441c5 | |
parent | 39ccc6378e41a083222af3eddf93151276c46977 [diff] |
Remove android.hidl.memory library from the VNDK This is no longer going to be used in Android V+ device so remove it from the VNDK. Test: m Bug: 205764958 Change-Id: I4f1fb8400a241961e577fbc2afb2730299a884c6
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.