aboutsummaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorRoman Kiryanov <rkir@google.com>2020-05-12 11:26:22 -0700
committerRoman Kiryanov <rkir@google.com>2024-05-07 11:19:56 -0700
commitfd2e21c66a387fb8b9a8fe5a98161522eb173f29 (patch)
tree3014533bf05f7a0aeaac626dde976dcbdefe0488 /Android.mk
parentf275c5b4eafd0f27f88f27d14000c203bdfd41cd (diff)
downloadgoldfish-opengl-fd2e21c66a387fb8b9a8fe5a98161522eb173f29.tar.gz
(reland) Migrate codecs to .bp
Bug: 338946090 Test: presubmit Change-Id: Iccc3a01b49dbfd23cfb7cba7e2dbd3e9c38558ef Signed-off-by: Roman Kiryanov <rkir@google.com>
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/Android.mk b/Android.mk
index 6ab1d7d6..943da933 100644
--- a/Android.mk
+++ b/Android.mk
@@ -143,14 +143,6 @@ ifneq (true,$(GOLDFISH_OPENGL_BUILD_FOR_HOST))
include $(GOLDFISH_OPENGL_PATH)/system/hals/Android.mk
endif
-ifeq ($(shell test $(PLATFORM_SDK_VERSION) -gt 28 -o $(IS_AT_LEAST_QPR1) = true && echo isApi29OrHigher),isApi29OrHigher)
- # hardware codecs enabled after P
- include $(GOLDFISH_OPENGL_PATH)/system/codecs/omx/common/Android.mk
- include $(GOLDFISH_OPENGL_PATH)/system/codecs/omx/plugin/Android.mk
- include $(GOLDFISH_OPENGL_PATH)/system/codecs/omx/avcdec/Android.mk
- include $(GOLDFISH_OPENGL_PATH)/system/codecs/omx/vpxdec/Android.mk
-endif
-
endif
endif # ENABLE_GOLDFISH_OPENGL_FOLDER