Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3b746b36 authored by Jaesoo Lee's avatar Jaesoo Lee
Browse files

configstore: should import ISurfaceFlingerConfigs

This changes fixes a build error.

Bug: 37727469
Test: Built and tested on Sailfish
Change-Id: I9c8be953f906af3b541a437e8f445063a518bf29
parent b507009e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -48,6 +48,7 @@ namespace android {

// retrieve wide-color setting from configstore
using namespace android::hardware::configstore;
using namespace android::hardware::configstore::V1_0;

static bool hasWideColorDisplay =
        getBool<ISurfaceFlingerConfigs, &ISurfaceFlingerConfigs::hasWideColorDisplay>(false);