commit | 51a46137288cc0ce05792489fb4fa258558d884a | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Wed Jul 18 11:35:58 2018 -0700 |
committer | Yifan Hong <elsk@google.com> | Mon Aug 13 14:58:57 2018 -0700 |
tree | ca2115eb0a0720144e272a32f6a27c7d26f832cd | |
parent | 9614010210c29dda98cad41e4c2ffd8cc0298424 [diff] |
Add health HAL to recovery. Add /system/lib[64]/hw/android.hardware.health@2.0-impl-default.so, so that it can be used by recovery (instead of static linkage). Bug: 80132328 Test: is_battery_ok works in recovery Change-Id: I6eaf86a22bc276338cafdcf395b33e08d2366de5
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.