Asan_extract: Set access flags.

After untar-ing, set correct access flags.

Bug: 36458146
Test: m && m SANITIZE_TARGET=address SANITIZE_TARGET_SYSTEM=true
Change-Id: Ibd98dfaeb58a0040ff2a9fee0bb880a281a673e8
diff --git a/rootdir/asan_extract.sh b/rootdir/asan_extract.sh
index 9db6893..8d626b3 100644
--- a/rootdir/asan_extract.sh
+++ b/rootdir/asan_extract.sh
@@ -75,10 +75,16 @@
 
 # Cannot log here, log would run with system_data_file.
 
+# Set correct permission bits.
+chmod -R 744 $ASAN_DIR
+cd $ASAN_DIR ; find . -type d -exec chmod 755 {} \;
+
 restorecon -R -F $ASAN_DIR/*/lib*
 
 log -p i -t asan_install "Fixed selinux labels..."
 
+
+# Now write down our checksum to mark the extraction complete.
 echo "$ASAN_TAR_MD5" > $MD5_FILE
 
 # We want to reboot now. It seems it is not possible to run "reboot" here, the device will