Merge "All devices that depend on WebView must have the system feature." into klp-modular-dev
diff --git a/target/product/core_minimal.mk b/target/product/core_minimal.mk
index 7fabe88..8a30a38 100644
--- a/target/product/core_minimal.mk
+++ b/target/product/core_minimal.mk
@@ -59,6 +59,9 @@
     uiautomator \
     webview
 
+PRODUCT_COPY_FILES += \
+    frameworks/native/data/etc/android.software.webview.xml:system/etc/permissions/android.software.webview.xml
+
 # The order of PRODUCT_BOOT_JARS matters.
 PRODUCT_BOOT_JARS := \
     core \