summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BoardConfig.mk1
-rw-r--r--device.mk8
-rw-r--r--manifest.xml22
3 files changed, 0 insertions, 31 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 4c61ccb..67c6392 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -84,7 +84,6 @@ BOARD_USES_LIBDRM := true
# Use SurfaceFlinger HWC 2On1 Adaptor
TARGET_USES_HWC2 := true
TARGET_USES_HWC2ON1ADAPTER := true
-SF_START_GRAPHICS_ALLOCATOR_SERVICE := true
VSYNC_EVENT_PHASE_OFFSET_NS := 2000000
SF_VSYNC_EVENT_PHASE_OFFSET_NS := 6000000
diff --git a/device.mk b/device.mk
index a40e4d0..9442da0 100644
--- a/device.mk
+++ b/device.mk
@@ -137,10 +137,6 @@ PRODUCT_PACKAGES += \
IMG_graphics \
hwcomposer.moorefield
-PRODUCT_PACKAGES += \
- android.hardware.graphics.allocator@2.0-impl \
- android.hardware.graphics.mapper@2.0-impl
-
# Video
PRODUCT_COPY_FILES += \
device/asus/fugu/media_profiles.xml:system/etc/media_profiles.xml \
@@ -342,10 +338,6 @@ PRODUCT_COPY_FILES += \
PRODUCT_COPY_FILES += \
device/asus/fugu/init.fugu.countrycode.sh:system/bin/init.fugu.countrycode.sh
-# Vendor Interface Manifest
-PRODUCT_COPY_FILES += \
- $(LOCAL_PATH)/manifest.xml:system/vendor/manifest.xml
-
# Some CTS tests will be skipped based on what the initial API level that
# shipped on device was.
PRODUCT_PROPERTY_OVERRIDES += \
diff --git a/manifest.xml b/manifest.xml
deleted file mode 100644
index 9fab3aa..0000000
--- a/manifest.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<manifest version="1.0" type="device">
- <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>
- <hal format="hidl">
- <name>android.hardware.graphics.mapper</name>
- <transport arch="32+64">passthrough</transport>
- <impl level="generic"></impl>
- <version>2.0</version>
- <interface>
- <name>IMapper</name>
- <instance>default</instance>
- </interface>
- </hal>
-</manifest>