cm: Update persist property when using default compcache setting
diff --git a/prebuilt/common/bin/handle_compcache b/prebuilt/common/bin/handle_compcache
index 527e6ec..f7a249b 100755
--- a/prebuilt/common/bin/handle_compcache
+++ b/prebuilt/common/bin/handle_compcache
@@ -9,6 +9,7 @@
   PROP=`getprop persist.service.compcache`
 else
   PROP=`getprop ro.compcache.default`
+  setprop persist.service.compcache $PROP
 fi
 
 if [ $PROP == 1 ]