15.06 Update:

- x86 files (kindly given by @balika011) > 1cfeda8a9dbe1a328259edb42f48f0e4ea716072
- Update compilation script

Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
This commit is contained in:
jrizzoli
2015-06-02 15:24:07 +02:00
parent f509e98dcb
commit ff04312900
79 changed files with 192 additions and 177 deletions

View File

@@ -1,11 +1,12 @@
ui_print("Installing GApps...");
run_program("/sbin/busybox", "umount", "/system");
run_program("/sbin/busybox", "mount", "/system");
show_progress(1, 15);
package_extract_dir("system", "/system");
set_perm(0, 0, 0755, "/system/addon.d/30-gapps.sh");
package_extract_file("system/faceunlock.sh", "/tmp/faceunlock.sh");
set_perm(0, 0, 0777, "/tmp/faceunlock.sh");
run_program("/tmp/faceunlock.sh", "");
package_extract_dir("arch", "/system");
package_extract_dir("common", "/system");
set_perm(0, 0, 0777, "/system/gapps_scripts.sh");
run_program("/systen/gapps_scripts.sh", "");
delete("/system/gapps_scripts");
show_progress(1, 15);
set_metadata_recursive("/system/addon.d", "uid", 0, "gid", 0, "dmode", 0755, "fmode", 0755, "capabilities", 0x0, "selabel", "u:object_r:system_file:s0");
set_metadata_recursive("/system/app", "uid", 0, "gid", 0, "dmode", 0755, "fmode", 0644, "capabilities", 0x0, "selabel", "u:object_r:system_file:s0");