diff options
author | YongWook Shin <yongwook.shin@samsung.com> | 2021-05-06 17:45:07 +0900 |
---|---|---|
committer | Aaron Ding <aaronding@google.com> | 2021-05-20 21:28:12 +0800 |
commit | 0a00997dec6dbbad04739a432927e98ab18d50ef (patch) | |
tree | 4a57ecbb20d31c8549f49ed46676a5e3b8c1fd57 /libhwc2.1/libresource/ExynosResourceManager.cpp | |
parent | 3e811710af75c56455a3c1e0492345d4cd07cfc2 (diff) |
libhwc2.1: Support SoC specific namespace
To support SoC variations, SoC specific codes will support
own namespace. Common codes will use specific namespace defined
by build variable such as TARGET_BOARD_PLATFORM.
Bug: 186905324
Signed-off-by: YongWook Shin <yongwook.shin@samsung.com>
Change-Id: I4667525730308f683555e331df92cb0e2725fa0a
Diffstat (limited to 'libhwc2.1/libresource/ExynosResourceManager.cpp')
-rw-r--r-- | libhwc2.1/libresource/ExynosResourceManager.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhwc2.1/libresource/ExynosResourceManager.cpp b/libhwc2.1/libresource/ExynosResourceManager.cpp index 113a4c1..ff685ee 100644 --- a/libhwc2.1/libresource/ExynosResourceManager.cpp +++ b/libhwc2.1/libresource/ExynosResourceManager.cpp @@ -82,6 +82,7 @@ feature_support_t feature_table[] = using namespace android; using namespace vendor::graphics; +using namespace SOC_VERSION; ExynosMPPVector ExynosResourceManager::mOtfMPPs; ExynosMPPVector ExynosResourceManager::mM2mMPPs; |