Revert "gta4xl-common: rev graphics.composer to 2.4"

* Our HWC does not support setActiveModeWithConstraints

This reverts commit 9ea23ae239724125c08bf8a896f02c1d1e011390.

Change-Id: I646400055e24e9f042ddd1f65291b51951f3a3a5
diff --git a/common.mk b/common.mk
index a035053..f35f0b4 100644
--- a/common.mk
+++ b/common.mk
@@ -76,7 +76,7 @@
 PRODUCT_PACKAGES += \
     android.hardware.graphics.allocator@2.0-impl:64 \
     android.hardware.graphics.allocator@2.0-service \
-    android.hardware.graphics.composer@2.4-service \
+    android.hardware.graphics.composer@2.2-service \
     android.hardware.graphics.mapper@2.0-impl-2.1
 
 PRODUCT_PACKAGES += \
diff --git a/manifest.xml b/manifest.xml
index f501a8a..776f98a 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -75,7 +75,7 @@
     <hal format="hidl">
         <name>android.hardware.graphics.composer</name>
         <transport>hwbinder</transport>
-        <version>2.4</version>
+        <version>2.2</version>
         <interface>
             <name>IComposer</name>
             <instance>default</instance>