media: Disable Generic ODM for auto targets.

Use OMX instead of codec2 in MSMSTEPPE.

Change-Id: I163ea53dfed78c2eec082fd1c0a88a8a368e2e9f
diff --git a/conf_files/sm6150/sm6150.mk b/conf_files/sm6150/sm6150.mk
index 57f55fe..323c28c 100644
--- a/conf_files/sm6150/sm6150.mk
+++ b/conf_files/sm6150/sm6150.mk
@@ -24,8 +24,8 @@
     libcodec2_vndk.vendor \
     libcodec2_hidl@1.0.vendor
 
-ifeq ($(TARGET_FWK_SUPPORTS_FULL_VALUEADDS),true)
-  $(warning "Compiling with full value-added framework")
+ifneq (,$(filter true, $(TARGET_FWK_SUPPORTS_FULL_VALUEADDS)$(TARGET_BOARD_AUTO)))
+  $(warning "Compiling with full value-added framework or for AUTO Platform")
 else
   $(warning "Compiling without full value-added framework - enabling GENERIC_ODM_IMAGE")
   GENERIC_ODM_IMAGE := true