From e9d5e019805d123a1033bbd4c025de16fd334953 Mon Sep 17 00:00:00 2001 From: achigoliu Date: Thu, 4 Aug 2022 18:45:24 +0800 Subject: [PATCH] Bundle handheld_core_hardware.xml Bug: 237110906 Test: Manual, verify build artifacts Signed-off-by: achigoliu Change-Id: I40d8e00d90cb733dc03064556894e89dbd38a5af Merged-In: Ie89503e9983eee55b1ae6f03a24cd51d58080772 --- device-felix.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/device-felix.mk b/device-felix.mk index c5fab12..4f42b7e 100644 --- a/device-felix.mk +++ b/device-felix.mk @@ -237,3 +237,7 @@ PRODUCT_PACKAGES += \ PRODUCT_SOONG_NAMESPACES += device/google/felix DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += device/google/felix/device_framework_matrix_product_felix.xml + +# Device features +PRODUCT_COPY_FILES += \ + frameworks/native/data/etc/handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml