commit | 64c2559577eeb9ce3bb46f808c340bebd4b07145 | [log] [tgz] |
---|---|---|
author | Devin Moore <devinmoore@google.com> | Wed May 31 21:45:09 2023 +0000 |
committer | Devin Moore <devinmoore@google.com> | Wed Jun 28 20:53:10 2023 +0000 |
tree | 074ab73068fb80568bd7d9d3260be169acb36e5a | |
parent | c269ec353826ae5a80c2ad8b259002d111a3d011 [diff] |
Remove hwservicemanager and hidl allocator. ...from devices launching after Android V. Devices can add them back in explicitly now that they are also moved to system_ext. Test: m Bug: 218588089 Change-Id: Ib3c917896c7a9b2c5940922c9faddb44cc7a0766
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.