Implement the hidl .hal interfaces directly instead of using the default shims. This is required since new additions to .hal will no longer be added to the legacy gralloc1 C header. Change-Id: If577a14f75d7d13da0ff656c96ab451d21c910ce
15 lines
409 B
YAML
15 lines
409 B
YAML
---
|
|
Language: Cpp
|
|
BasedOnStyle: Google
|
|
Standard : C++11
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
AllowShortLoopsOnASingleLine: false
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
AllowShortBlocksOnASingleLine: false
|
|
ColumnLimit: 100
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
|
ConstructorInitializerIndentWidth: 4
|
|
DerivePointerAlignment: false
|
|
PointerAlignment: Right
|
|
#ReflowComments: false
|