commit | 9689e9007d747ebca08921b79d100fa6b65bbc8b | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Thu Feb 08 22:17:07 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Feb 08 22:17:07 2024 +0000 |
tree | e841cf85c5b4ab296f3208d2af1b775b031d9205 | |
parent | 1d0e62cd5dfdfb65d52ddfe517e27d99aa1609a1 [diff] | |
parent | a468160ee0ff5cc1ada586601bd5918ada1465c2 [diff] |
Merge "Add the WebViewBootstrap module to the base system." into main
diff --git a/target/product/base_system.mk b/target/product/base_system.mk index 5f5f510..277223e 100644 --- a/target/product/base_system.mk +++ b/target/product/base_system.mk
@@ -320,6 +320,11 @@ 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 \