aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNilesh Shah <nsshah@codeaurora.org>2017-12-26 11:24:54 +0530
committerErfan Abdi <erfangplus@gmail.com>2018-05-05 03:54:22 +0300
commit3e78ec408d9ca5aaaffc4569505f96809e1b69d9 (patch)
treebf387456817ca930f7260ffdbed02efb91e42ce6
parent10b12e4bd72165dc0a096173592c7ddd33c0e1f3 (diff)
griffin: Enable vulkan compute feature
This code change ensures that vulkan compute xml is copied to /vendor/etc/permission which implictly enable compute on vulkan Change-Id: If11354f5fd46828a805318a742307e4382c58611 Signed-off-by: Erfan Abdi <erfangplus@gmail.com>
-rwxr-xr-xdevice.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/device.mk b/device.mk
index 8eae5fc1..4dbd73f1 100755
--- a/device.mk
+++ b/device.mk
@@ -49,7 +49,8 @@ PRODUCT_COPY_FILES += \
frameworks/native/data/etc/handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml \
frameworks/native/data/etc/android.hardware.vr.high_performance.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vr.high_performance.xml \
frameworks/native/data/etc/android.hardware.vulkan.level-0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vulkan.level-0.xml \
- frameworks/native/data/etc/android.hardware.vulkan.version-1_0_3.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vulkan.version-1_0_3.xml
+ frameworks/native/data/etc/android.hardware.vulkan.version-1_0_3.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vulkan.version-1_0_3.xml \
+ frameworks/native/data/etc/android.hardware.vulkan.compute-0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vulkan.compute-0.xml
PRODUCT_PROPERTY_OVERRIDES += \
dalvik.vm.heapstartsize=8m \