From 55e3cccca53a60617b9e25157ca136bc5b10abe2 Mon Sep 17 00:00:00 2001 From: Ben Murdoch Date: Thu, 10 Mar 2022 10:50:38 +0000 Subject: [PATCH] Bundle handheld_core_hardware.xml Bug: 223543820 Test: Manual, verify build artifacts Change-Id: I2bc6e7427eaecc4ec9a57c64bd2fa84728d4cb4b --- device-bluejay.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/device-bluejay.mk b/device-bluejay.mk index 9c0d02c..c7e413f 100644 --- a/device-bluejay.mk +++ b/device-bluejay.mk @@ -224,3 +224,7 @@ PRODUCT_SHIPPING_API_LEVEL := 32 # Vibrator HAL PRODUCT_VENDOR_PROPERTIES += \ ro.vendor.vibrator.hal.supported_primitives=243 + +# Device features +PRODUCT_COPY_FILES += \ + frameworks/native/data/etc/handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml