Enable com.google.android.feature.CONTEXTUAL_SEARCH feature
This commit is contained in:
@@ -220,6 +220,14 @@ prebuilt_etc {
|
||||
product_specific: true,
|
||||
}
|
||||
|
||||
prebuilt_etc {
|
||||
name: "sysconfig_contextual_search.xml",
|
||||
src: "proprietary/product/etc/sysconfig/sysconfig_contextual_search.xml",
|
||||
relative_install_path: "sysconfig",
|
||||
filename_from_src: true,
|
||||
product_specific: true,
|
||||
}
|
||||
|
||||
prebuilt_etc {
|
||||
name: "wellbeing.xml",
|
||||
src: "proprietary/product/etc/sysconfig/wellbeing.xml",
|
||||
|
||||
@@ -24,7 +24,8 @@ PRODUCT_PACKAGES += \
|
||||
google_build.xml \
|
||||
privapp-permissions-google-product.xml \
|
||||
privapp-permissions-google-system-ext.xml \
|
||||
privapp-permissions-mtg.xml
|
||||
privapp-permissions-mtg.xml \
|
||||
sysconfig_contextual_search.xml
|
||||
|
||||
ifeq ($(TARGET_IS_GROUPER),)
|
||||
PRODUCT_PACKAGES += \
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<config>
|
||||
<feature name="com.google.android.feature.CONTEXTUAL_SEARCH" />
|
||||
</config>
|
||||
@@ -22,6 +22,7 @@ product/etc/sysconfig/d2d_cable_migration_feature.xml
|
||||
system/etc/sysconfig/google-hiddenapi-package-allowlist.xml:product/etc/sysconfig/google-hiddenapi-package-allowlist.xml
|
||||
product/etc/sysconfig/google.xml
|
||||
product/etc/sysconfig/google_build.xml|2547949ac40c1e921ae6e92de6a36f2a3a70802c
|
||||
product/etc/sysconfig/sysconfig_contextual_search.xml|ca052cd1860cd004a6ed003115bf46d6d473543c
|
||||
|
||||
system_ext/priv-app/GoogleFeedback/GoogleFeedback.apk;PRESIGNED
|
||||
system_ext/priv-app/GoogleServicesFramework/GoogleServicesFramework.apk;PRESIGNED
|
||||
|
||||
Reference in New Issue
Block a user