summaryrefslogtreecommitdiffstats
path: root/prebuilt/common/bin/handle_compcache
diff options
context:
space:
mode:
Diffstat (limited to 'prebuilt/common/bin/handle_compcache')
-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 ]