Revert "vendor: Remove SettingsIntelligence"
This reverts commit 77c0ce9e0b3ee2ef8a87154d96c472cdb57234eb.
Change-Id: I1ffcea157c402d2f8ec6a572d0f182419cba1124
diff --git a/config/bliss_packages.mk b/config/bliss_packages.mk
index a2a8971..cb7e34c 100644
--- a/config/bliss_packages.mk
+++ b/config/bliss_packages.mk
@@ -68,7 +68,8 @@
OmniJaws \
WeatherIcons \
OmniStyle \
- SoundPickerPrebuilt
+ SoundPickerPrebuilt \
+ SettingsIntelligenceGooglePrebuilt
# Cutout control overlays
PRODUCT_PACKAGES += \
diff --git a/prebuilt/common/Android.mk b/prebuilt/common/Android.mk
index 3f67174..91a3d47 100644
--- a/prebuilt/common/Android.mk
+++ b/prebuilt/common/Android.mk
@@ -96,6 +96,19 @@
include $(BUILD_PREBUILT)
include $(CLEAR_VARS)
+LOCAL_MODULE := SettingsIntelligenceGooglePrebuilt
+LOCAL_OVERRIDES_PACKAGES := SettingsIntelligence
+LOCAL_MODULE_TAGS := optional
+LOCAL_SRC_FILES := priv-app/$(LOCAL_MODULE).apk
+LOCAL_CERTIFICATE := PRESIGNED
+LOCAL_MODULE_CLASS := APPS
+LOCAL_PRIVILEGED_MODULE := true
+LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX)
+LOCAL_DEX_PREOPT := false
+LOCAL_PRODUCT_MODULE := true
+include $(BUILD_PREBUILT)
+
+include $(CLEAR_VARS)
LOCAL_MODULE := BlissStatistics
LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES := app/$(LOCAL_MODULE).apk
diff --git a/prebuilt/common/priv-app/SettingsIntelligenceGooglePrebuilt.apk b/prebuilt/common/priv-app/SettingsIntelligenceGooglePrebuilt.apk
new file mode 100644
index 0000000..b31daa7
--- /dev/null
+++ b/prebuilt/common/priv-app/SettingsIntelligenceGooglePrebuilt.apk
Binary files differ