diff options
Diffstat (limited to 'build/apex/art_preinstall_hook.sh')
-rw-r--r-- | build/apex/art_preinstall_hook.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/build/apex/art_preinstall_hook.sh b/build/apex/art_preinstall_hook.sh index 94a1b210ec..82db5d292e 100644 --- a/build/apex/art_preinstall_hook.sh +++ b/build/apex/art_preinstall_hook.sh @@ -36,8 +36,6 @@ for ARCH in $ARCHES ; do # Create OTA folders. mkdir -p /data/ota/dalvik-cache/$ARCH || exit 104 rm -rf /data/ota/dalvik-cache/$ARCH/* || exit 105 - - `dirname $0`/art_preinstall_hook_boot $ARCH || exit 200 done PRIMARY_ARCH=`echo $ARCHES | sed -e 's/ .*//'` |