configstore 1.1 -> 1.0.
configstore 1.1 doesn't exist in this branch, so this
causes an error when this is booted with a GSI which
is built in ToT Android P since it is requesting 1.1
of that interface.
This also fixes a test error in VtsTrebleVintfTest
for [email protected] being missing.
Once this branch is fast-forwarded to current P, this CL
will have to be reverted for correctness. In >P,
vintf_fragment was introduced to associated this manifest
with the modules that are actually being installed so
that this category of problem isn't possible.
Bug: 110277097
Test: build and boot cf_x86_phone-userdebug on this branch
and verify w/ lshal.
Change-Id: I57af27c96f448532354d62b99eed452adcda073c
diff --git a/shared/config/manifest.xml b/shared/config/manifest.xml
index 26e3314..8cff91a 100644
--- a/shared/config/manifest.xml
+++ b/shared/config/manifest.xml
@@ -65,7 +65,7 @@
<hal format="hidl">
<name>android.hardware.configstore</name>
<transport>hwbinder</transport>
- <version>1.1</version>
+ <version>1.0</version>
<interface>
<name>ISurfaceFlingerConfigs</name>
<instance>default</instance>