goldfish-codecs: initial empty dirs for omx based codecs

This is the start of omx based codecs.
This codecs/ subdirectory is only meant for api 29 and after.
The omx/ directory is for openmax based codecs.

BUG: 124388359
Change-Id: I7f426bec486fcffb7f0c42f8175a0f8aaab3e4a4
diff --git a/Android.mk b/Android.mk
index 6cf4651..be55536 100644
--- a/Android.mk
+++ b/Android.mk
@@ -159,6 +159,8 @@
 ifeq ($(shell test $(PLATFORM_SDK_VERSION) -gt 28 -o $(IS_AT_LEAST_QPR1) = true && echo isApi29OrHigher),isApi29OrHigher)
     # HWC2 enabled after P
     include $(GOLDFISH_OPENGL_PATH)/system/hwc2/Android.mk
+    # hardware codecs enabled after P
+    include $(GOLDFISH_OPENGL_PATH)/system/codecs/Android.mk
 endif
 
 endif
diff --git a/system/codecs/Android.mk b/system/codecs/Android.mk
new file mode 100644
index 0000000..5053e7d
--- /dev/null
+++ b/system/codecs/Android.mk
@@ -0,0 +1 @@
+include $(call all-subdir-makefiles)