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

Commit a468160e authored by Richard Coles's avatar Richard Coles
Browse files

Add the WebViewBootstrap module to the base system.

When the flag is enabled, add the module to the base system.

Bug: 318717084
Test: build with/without flag
Change-Id: Ifd8c7cc85c711786f491a76d452ad1cac18b655b
parent a8de90ce
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -320,6 +320,11 @@ else
        com.android.nfcservices
endif

ifeq ($(RELEASE_USE_WEBVIEW_BOOTSTRAP_MODULE),true)
    PRODUCT_PACKAGES += \
        com.android.webview.bootstrap
endif

# VINTF data for system image
PRODUCT_PACKAGES += \
    system_manifest.xml \