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

Commit 26076b50 authored by Chris Manton's avatar Chris Manton
Browse files

legacy: guard ifdef around osi::properties::PROPERTY_VALUE_MAX

Bug: 163134718
Tag: #refactor
Test: gd/cert/run

Change-Id: I44bd6662327837bcda737c8ca641aac6e87348b3
parent be86e348
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -20,7 +20,10 @@

#include <cstdint>

#ifndef PROPERTY_VALUE_MAX
#define PROPERTY_VALUE_MAX 92
#endif  // PROPERTY_VALUE_MAX

#define BUILD_SANITY_PROPERTY_VALUE_MAX 92

// Get value associated with key |key| into |value|.