Refactor static functions.
Common static functions for manipulating metadata moved
from patial_metadata_interface to metadata_common.h
Common static functions for comparing equivalence with
metadata for tests moved to test_common.h
BUG: 30140438
TEST: Unit tests pass
Change-Id: I4310b4ff05bdd68f7f92f533028989914d0f4c82
diff --git a/modules/camera/3_4/metadata/property.h b/modules/camera/3_4/metadata/property.h
index 78cd2fa..a3ed6bf 100644
--- a/modules/camera/3_4/metadata/property.h
+++ b/modules/camera/3_4/metadata/property.h
@@ -18,6 +18,7 @@
#define V4L2_CAMERA_HAL_METADATA_PROPERTY_H_
#include "../common.h"
+#include "metadata_common.h"
#include "tagged_partial_metadata.h"
namespace v4l2_camera_hal {