summaryrefslogtreecommitdiffstats
path: root/prebuilt/common
diff options
context:
space:
mode:
authorSteve Kondik <shade@chemlab.org>2010-08-20 14:13:13 -0400
committerSteve Kondik <shade@chemlab.org>2010-08-20 14:13:39 -0400
commit645a8fb43ddf7c208375d1a84cec099b0949c945 (patch)
tree691a7e9793db753975b3cd5caa26b0f28edea1bc /prebuilt/common
parent8b895fa119547170e85fd611190c54e3ee4507d9 (diff)
downloadvendor_replicant-645a8fb43ddf7c208375d1a84cec099b0949c945.zip
vendor_replicant-645a8fb43ddf7c208375d1a84cec099b0949c945.tar.gz
vendor_replicant-645a8fb43ddf7c208375d1a84cec099b0949c945.tar.bz2
cm: Update persist property when using default compcache setting
Diffstat (limited to 'prebuilt/common')
-rwxr-xr-xprebuilt/common/bin/handle_compcache1
1 files changed, 1 insertions, 0 deletions
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 @@ then
PROP=`getprop persist.service.compcache`
else
PROP=`getprop ro.compcache.default`
+ setprop persist.service.compcache $PROP
fi
if [ $PROP == 1 ]