Revert "configstore: applied uprev of configstore"

This reverts commit aee1b828f77b3e342a508ba614b65b506d0a1ab4.

Configstore was down-revisioned from 1.1 to 1.0 in oc-dr1-dev,
oc-mr1-dev and oc-mr1-dev-plus-aosp. Therefore configstore in
oc-dr1-dev-plus-aosp will also be down-revisioned to 1.0.

Bug: 65124635
Test: build & boot test on sailfish + walleye 
Change-Id: I5713c6f38a18b2669eb9514f7f7c84359e736e52
Merged-In: I34aa7a8bc3b2ea56e40f0a988268fdd5d780fb3b
diff --git a/init.hardware.rc b/init.hardware.rc
index 7f9184f..7339b04 100644
--- a/init.hardware.rc
+++ b/init.hardware.rc
@@ -201,7 +201,7 @@
     start surfaceflinger
     start bootanim
     start hwcomposer-2-1
-    start configstore-hal
+    start configstore-hal-1-0
     start gralloc-2-0
 
     # Mount RW partitions which need run fsck
diff --git a/manifest.xml b/manifest.xml
index 5efabfa..6ea940e 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -56,7 +56,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>