Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 675919df authored by Ben Murdoch's avatar Ben Murdoch
Browse files

All devices that depend on WebView must have the system feature.

We add a new system feature that declares if a functioning WebView is
present on the device, so copy that permission into builds that
depend on the WebView.

Bug: 13438487

Change-Id: I05bcfec2417862d41aacbacb8b2cc0e59f7c4549
parent 812d3d47
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -58,6 +58,9 @@ PRODUCT_PACKAGES += \
    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 \