Skip to content

Commit

Permalink
m1s1: Disable the usage of ConfigStore.
Browse files Browse the repository at this point in the history
 * As per commit LineageOS/android_hardware_interfaces@11a113a ("Add disable_configstore").

[SebaUbuntu] Remove manifest entry as well

Change-Id: I5482989a8a96227a3e2a5317eacf613c641bfa8e
  • Loading branch information
AKoskovich authored and npjohnson committed Jun 20, 2024
1 parent a4391b4 commit 37f4477
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
4 changes: 4 additions & 0 deletions device-common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,10 @@ PRODUCT_PACKAGES += \

PRODUCT_PROPERTY_OVERRIDES += ro.hardware.power=marlin

# Configstore
PRODUCT_PACKAGES += \
disable_configstore

# RenderScript HAL
PRODUCT_PACKAGES += \
android.hardware.renderscript@1.0-impl
Expand Down
9 changes: 0 additions & 9 deletions manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,6 @@
<instance>legacy/0</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.configstore</name>
<transport>hwbinder</transport>
<version>1.1</version>
<interface>
<name>ISurfaceFlingerConfigs</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.contexthub</name>
<transport>hwbinder</transport>
Expand Down

0 comments on commit 37f4477

Please sign in to comment.