Revert "configstore: applied uprev of configstore"

This reverts commit 1e5bad4f62053bb34c5d686f14391359b5357e73.

Configstore was up-revisioned from 1.0 to 1.1. However no new
APIs were added to 1.1. Therefore configstore in mr1 will be down
revisioned to 1.0.

Bug: 64999074
Test: build & run
Change-Id: I066d89e9e028cb93658ad8b21204aeb06669cc21
diff --git a/init.common.rc b/init.common.rc
index 0d3c656..cd66043 100644
--- a/init.common.rc
+++ b/init.common.rc
@@ -130,7 +130,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 479b1f3..da729e2 100644
--- a/manifest.xml
+++ b/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>