summaryrefslogtreecommitdiff
path: root/power/utils.c
Commit message (Collapse)AuthorAgeFilesLines
* power: missing transitive dependency for the VNDK.Steven Moreland2018-01-251-0/+1
| | | | | | | | | | | | | | When the vndk is enabled (BOARD_VNDK_VERSION=current), vendor libraries must only link against vendor variants in the build system. This also means that they receive restricted sets of headers and that automatic global headers are restricted. This sometimes causes certain system headers to not be included when they are not included by the VNDK version of headers. Test: building with BOARD_VNDK_VERSION=current finds undefined symbols Bug: 69526027 Change-Id: Idd8a8a8051b1116a27f14a9a1ae83f35d2ea9239
* Turn off logspamJoe Onorato2017-04-261-1/+1
| | | | | | | | For more information, see https://source.android.com/source/code-style#log-sparingly Bug: 37252687 Test: development/tools/logblame/medium_idle_test Change-Id: I09ed7d92b99c3e7505983d7e07b38e2fb9d7fcc8
* Merge "Fix warning: 'INTERACTION_BOOST' macro redefined."TreeHugger Robot2017-02-011-0/+2
|\
| * Fix warning: 'INTERACTION_BOOST' macro redefined.Yunlian Jiang2017-01-311-0/+2
| | | | | | | | | | | | | | | | | | | | This macro is set by device/google/marlin/marlin/BoardConfig.mk device/google/marlin/power/Android.mk Bug: None Test: The warning is gone. Change-Id: I7af2f6b726986cf33ffe781346dc773a043ed3d7
* | fix warning comparison between pointer and integerYunlian Jiang2016-12-061-2/+2
|/ | | | | | Bug: None Test: The warning is gone. Change-Id: I22b0530f1d8ead89b9a888fc8f258f793e64c81a
* marlin: start removing device/google/marlin/commonNick Desaulniers2016-07-141-0/+347
Removes all but critical .mk files Bug: 27720827 Change-Id: I3219f8355ee02e27caf38212dbd16afcbd8f4d95