summaryrefslogtreecommitdiffstats
path: root/aosp_trout_x86.mk
diff options
context:
space:
mode:
authorHanumant Singh <hanumantsingh@google.com>2020-03-21 22:08:34 -0700
committerEnrico Granata <egranata@google.com>2020-04-06 15:50:03 -0700
commitfe3651b2939ddb07b80971fa77b58fc720498089 (patch)
tree4f394938a486eea26dc3bfac61dcd0a03dbd52e4 /aosp_trout_x86.mk
parent933c031bd4efb65731ecdabf9a65eb3fce789776 (diff)
downloaddevice_google_trout-fe3651b2939ddb07b80971fa77b58fc720498089.tar.gz
device_google_trout-fe3651b2939ddb07b80971fa77b58fc720498089.tar.bz2
device_google_trout-fe3651b2939ddb07b80971fa77b58fc720498089.zip
Enable computepipe for Trout x86
Build computepipe for Trout Add the computepipe interface to device manifest. Bug: 152134211 Test: lunch trout_arm64, m -j lunch trout_x86, m -j Change-Id: Ied9208a1f599bdb513787806f08f16c4ccdb5ead
Diffstat (limited to 'aosp_trout_x86.mk')
-rw-r--r--aosp_trout_x86.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/aosp_trout_x86.mk b/aosp_trout_x86.mk
index 0336ae1..eec96bc 100644
--- a/aosp_trout_x86.mk
+++ b/aosp_trout_x86.mk
@@ -27,6 +27,15 @@ TARGET_VULKAN_SUPPORT := false
$(call inherit-product, device/google/cuttlefish/vsoc_x86/auto/device.mk)
+include packages/services/Car/computepipe/products/computepipe.mk
+
+DEVICE_MANIFEST_FILE += device/google/trout/manifest_x86.xml
+DEVICE_MATRIX_FILE += device/google/trout/compatibility_matrix.xml
+DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE := device/google/trout/framework_compatibility_matrix.xml
+
+PRODUCT_COPY_FILES += \
+ packages/services/Car/computepipe/products/init.computepipe.rc:$(TARGET_COPY_OUT_SYSTEM)/etc/init/computepipe.rc
+
PRODUCT_COPY_FILES += \
device/google/trout/product_files/odm/ueventd.rc:$(TARGET_COPY_OUT_ODM)/ueventd.rc \