Skip to content
Snippets Groups Projects
Commit 9a3eebf9 authored by Roman Kiryanov's avatar Roman Kiryanov
Browse files

Mark isHidlGralloc as 'const'


Bug: 128324105
Test: make
Change-Id: I06c5d830880711a015024e424e219e797fcb5a50
Signed-off-by: default avatarRoman Kiryanov <rkir@google.com>
parent f4175a6d
No related branches found
No related tags found
No related merge requests found
......@@ -67,9 +67,9 @@
#define GOLDFISH_OFFSET_UNIT 8
#ifdef GOLDFISH_HIDL_GRALLOC
static bool isHidlGralloc = true;
static const bool isHidlGralloc = true;
#else
static bool isHidlGralloc = false;
static const bool isHidlGralloc = false;
#endif
int32_t* getOpenCountPtr(cb_handle_t* cb) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment