Revert "Enable graphics allocator binderized service."

This reverts commit 4d0eacfe55f4bd19a1495428dc3b899983ebbcae.

The commit was provided for testing and conflicts with a pending
partner drop.

Bug: 36462585
Test: Build, boot, presubmit
Change-Id: I6a8e45a831d95ff01c0ac2e32c9c575ae1172240
diff --git a/device.mk b/device.mk
index b17a839..a591de9 100644
--- a/device.mk
+++ b/device.mk
@@ -138,10 +138,6 @@
 PRODUCT_COPY_FILES += \
     device/google/dragon/audio_effects.conf:system/etc/audio_effects.conf
 
-# Vendor Interface Manifest
-PRODUCT_COPY_FILES += \
-    $(LOCAL_PATH)/manifest.xml:vendor/manifest.xml
-
 PRODUCT_AAPT_CONFIG := normal large xlarge hdpi xhdpi xxhdpi
 PRODUCT_AAPT_PREF_CONFIG := xhdpi
 
@@ -183,12 +179,6 @@
 PRODUCT_PACKAGES += \
     android.hardware.dumpstate@1.0-service.dragon
 
-# Gralloc HAL
-PRODUCT_PACKAGES += \
-    android.hardware.graphics.mapper@2.0-impl \
-    android.hardware.graphics.allocator@2.0-impl \
-    android.hardware.graphics.allocator@2.0-service
-
 #TODO(dgreid) is this right?
 PRODUCT_PROPERTY_OVERRIDES := \
     wifi.interface=wlan0 \
diff --git a/manifest.xml b/manifest.xml
deleted file mode 100644
index 478672f..0000000
--- a/manifest.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<manifest version="1.0">
-    <hal format="hidl">
-        <name>android.hardware.graphics.allocator</name>
-        <transport>hwbinder</transport>
-        <impl level="generic"></impl>
-        <version>2.0</version>
-        <interface>
-            <name>IAllocator</name>
-            <instance>default</instance>
-        </interface>
-    </hal>
-</manifest>