db845c: Add missing etc/permissions/android.software.xml

Since Android11 merged in, I have been seeing some odd crashes
occasionally that was pointing to the fact that the
AutoFillManager mService value was null.

However, this same issue was not seen on HiKey960, with the same
application and AOSP source.

I dug around and realized we were not adding the
android.software.xml file we add on HiKey960, and copying it over
resolves the issue.

Signed-off-by: John Stultz <john.stultz@linaro.org>
Change-Id: I1bc88c67030b0ed69511acdf348c27367bf7213a
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
diff --git a/device-common.mk b/device-common.mk
index d6121a8..e64e222 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -136,6 +136,10 @@
 PRODUCT_COPY_FILES += \
     $(LOCAL_PATH)/seccomp_policy/mediaswcodec.policy:$(TARGET_COPY_OUT_VENDOR)/etc/seccomp_policy/mediaswcodec.policy
 
+# Copy hardware config file(s)
+PRODUCT_COPY_FILES +=  \
+        device/linaro/dragonboard/etc/permissions/android.software.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.xml
+
 # Memtrack
 PRODUCT_PACKAGES += \
     memtrack.default \