summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libarttools/include/tools/system_properties.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libarttools/include/tools/system_properties.h b/libarttools/include/tools/system_properties.h
index af5aea46e3..5eca765daa 100644
--- a/libarttools/include/tools/system_properties.h
+++ b/libarttools/include/tools/system_properties.h
@@ -29,6 +29,11 @@ namespace tools {
// android::base::GetProperty, this class is mockable.
class SystemProperties {
public:
+ SystemProperties() = default;
+ SystemProperties(const SystemProperties& other) = default;
+ SystemProperties& operator=(const SystemProperties& other) = default;
+ SystemProperties(SystemProperties&& other) = default;
+ SystemProperties& operator=(SystemProperties&& other) = default;
virtual ~SystemProperties() = default;
// Returns the current value of the system property `key`, or `default_value` if the property