diff options
author | Alexander Koskovich <zvnexus@outlook.com> | 2020-12-03 10:26:15 +0000 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-12-19 09:18:36 +0530 |
commit | b6c06ebf02afb192980e611550e9090f080afb31 (patch) | |
tree | 9cae5d8da216251e955c74229ed4b6d17460d697 /manifest.xml | |
parent | b7f214db2f3428bbb5453ea960306ada0011ac4c (diff) |
msm8996-common: Disable the usage of ConfigStore.
* As per commit https://github.com/LineageOS/android_hardware_interfaces/commit/11a113a67e87a8da9a9bf0a73883f2325de90934 ("Add disable_configstore").
[SebaUbuntu] Remove manifest entry as well
Change-Id: I5482989a8a96227a3e2a5317eacf613c641bfa8e
Diffstat (limited to 'manifest.xml')
-rw-r--r-- | manifest.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/manifest.xml b/manifest.xml index 4f9e635..ad8ad52 100644 --- a/manifest.xml +++ b/manifest.xml @@ -70,15 +70,6 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. </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.drm</name> <transport>hwbinder</transport> <fqname>@1.2::ICryptoFactory/clearkey</fqname> |