Merge remote-tracking branch 'aosp/upstream-main' into HEAD
Update to the current upstream tree
* aosp/upstream-main:
drm_hwcomposer: Return error from GetEdidBlob if blob is null
drm_hwcomposer: fix build error after fbf5c0ca45b3
drm_hwcomposer: Add check for format support during plane validation
drm_hwcomposer: Add supported formats list to DrmPlane
drm_hwcomposer: add drm-mediatek to client-backend list
drm_hwcomposer: Add MediaTek platform support
drm_hwcomposer: remove vendor.hwc.drm.exclude_non_hwfb_imports property
drm_hwcomposer: always use PlanStageGreedy
drm_hwcomposer: Fix EDID fetch from DRM
drm_hwcomposer: use CamelCase in source/header files related to class
drm_hwcomposer: move header files into source directory
drm_hwcomposer: libdrm gralloc_handle: modifiers and YUV support
drm_hwcomposer: fix incorrect layer_count usage
drm_hwcomposer: Add rcar-du display backend
drm_hwcomposer: Add composition skipping backend
drm_hwcomposer: Add backend-dependent validation for HwcDisplay class
drm_hwcomposer: Expand access to HwcDisplay class members
drm_hwcomposer: Move DrmHwcTwo internal classes outside private section
drm_hwcomposer: Add include guard into drmhwctwo.h
Signed-off-by: John Stultz <john.stultz@linaro.org>
Change-Id: I3b1e1710f14b458bb3501dc7c77f6c52394fff42
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..d97975c
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,3 @@
+third_party {
+ license_type: NOTICE
+}
diff --git a/OWNERS b/OWNERS
new file mode 100644
index 0000000..75e29ae
--- /dev/null
+++ b/OWNERS
@@ -0,0 +1,5 @@
+adelva@google.com
+john.stultz@linaro.org
+marcheu@google.com
+seanpaul@google.com
+zachr@google.com