summaryrefslogtreecommitdiff
path: root/device.mk
diff options
context:
space:
mode:
authorChia-I Wu <olv@google.com>2017-03-30 11:59:36 -0700
committerChia-I Wu <olv@google.com>2017-04-12 11:20:11 -0700
commit3e4410bfa7ecaeca75ceb5b044583b0be8d617fa (patch)
treea37974dc44ff048c74246bd147df28ae824de72d /device.mk
parente1b03ee1b9bf60dc2423a995c6224e25d13e4966 (diff)
downloadfugu-3e4410bfa7ecaeca75ceb5b044583b0be8d617fa.tar.gz
Enable binderized graphics allocator
On fugu, SurfaceFlinger must be the graphics allocator. Set SF_START_GRAPHICS_ALLOCATOR_SERVICE for that purpose. Bug: 36462585 Test: YouTube, Play Movies Change-Id: I3db00645257566a32dc3dd6c2d0e2ca44b16a1dd
Diffstat (limited to 'device.mk')
-rw-r--r--device.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/device.mk b/device.mk
index 9442da0..a40e4d0 100644
--- a/device.mk
+++ b/device.mk
@@ -137,6 +137,10 @@ 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 \
@@ -338,6 +342,10 @@ 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 += \