commit | 88adfc63494019f02a100407b6850c32a9634f21 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Fri Oct 11 15:52:44 2019 -0700 |
committer | Yifan Hong <elsk@google.com> | Wed Dec 04 14:50:59 2019 -0800 |
tree | a4d6455dd845c36d6defd1a1956b4767110309f9 | |
parent | a5479b71e05c7b875734ffc684b1b2df67d9f117 [diff] |
Mark BOARD_HAL_STATIC_LIBRARIES as obsolete. No device in our tree use this obsolete thing now. OEM devices with libhealthd should define health HAL 2.1 instead. Test: builds Fixes: 127677771 Change-Id: I1861452a3f7fc97ee20615c8f9f25422f9f507e2
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.