commit | 645a8fb43ddf7c208375d1a84cec099b0949c945 | [log] [tgz] |
---|---|---|
author | Steve Kondik <shade@chemlab.org> | Fri Aug 20 14:13:13 2010 -0400 |
committer | Steve Kondik <shade@chemlab.org> | Fri Aug 20 14:13:39 2010 -0400 |
tree | 691a7e9793db753975b3cd5caa26b0f28edea1bc | |
parent | 8b895fa119547170e85fd611190c54e3ee4507d9 [diff] |
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 ]