| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
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
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |/
|
|
|
|
| |
Bug: None
Test: The warning is gone.
Change-Id: I22b0530f1d8ead89b9a888fc8f258f793e64c81a
|
|
|
Removes all but critical .mk files
Bug: 27720827
Change-Id: I3219f8355ee02e27caf38212dbd16afcbd8f4d95
|