39d887d308
Instead of having this library, libbinder/libhwbinder can keep track of stack pointers so that when they recurse, we know which one was visited most recently. As with the original implementation of libbinderthreadstate, this is somewhat of a hack. An explanation of why this is and what to do instead is added in CallerUtils.h. Bug: 148692216 Test: libbinderthreadstateutils_test Change-Id: Ief28663728fb8786b06bf9e72238052b9af81d87 Merged-In: Ief28663728fb8786b06bf9e72238052b9af81d87
31 lines
1.3 KiB
INI
31 lines
1.3 KiB
INI
[Builtin Hooks]
|
|
clang_format = true
|
|
|
|
[Builtin Hooks Options]
|
|
# Only turn on clang-format check for the following subfolders.
|
|
clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
|
|
cmds/idlcli/
|
|
include/input/
|
|
libs/binder/fuzzer/
|
|
libs/binder/ndk/
|
|
libs/binderthreadstate/
|
|
libs/graphicsenv/
|
|
libs/gui/
|
|
libs/input/
|
|
libs/renderengine/
|
|
libs/ui/
|
|
libs/vr/
|
|
opengl/libs/
|
|
services/bufferhub/
|
|
services/inputflinger/
|
|
services/surfaceflinger/
|
|
services/vr/
|
|
vulkan/
|
|
|
|
[Hook Scripts]
|
|
owners_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "OWNERS$"
|
|
installd_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "^cmds/installd/"
|
|
dumpstate_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "^cmds/dumpstate/"
|
|
dumpsys_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "^cmds/dumpsys/"
|
|
# bugreports matches both cmds/bugreport and cmds/bugreportz
|
|
bugreports_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "^cmds/bugreport"
|