build: Nuke update-binary and updater-scipt
* update-binary will be a shell script very soon, don't allow this to be flashed in the meantime Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
This commit is contained in:
parent
28eb9cdff2
commit
736ff4c510
Binary file not shown.
@ -1,19 +0,0 @@
|
||||
ui_print("Installing GApps...");
|
||||
run_program("/sbin/busybox", "umount", "/system");
|
||||
run_program("/sbin/busybox", "mount", "/system");
|
||||
show_progress(1, 15);
|
||||
package_extract_dir("arch", "/system");
|
||||
package_extract_dir("common", "/system");
|
||||
set_perm(0, 0, 0777, "/system/gapps_scripts.sh");
|
||||
run_program("/system/gapps_scripts.sh", "");
|
||||
delete("/system/gapps_scripts.sh");
|
||||
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");
|
||||
set_metadata_recursive("/system/priv-app", "uid", 0, "gid", 0, "dmode", 0755, "fmode", 0644, "capabilities", 0x0, "selabel", "u:object_r:system_file:s0");
|
||||
set_metadata_recursive("/system/etc/permissions", "uid", 0, "gid", 0, "dmode", 0755, "fmode", 0755, "capabilities", 0x0, "selabel", "u:object_r:system_file:s0");
|
||||
set_metadata_recursive("/system/framework", "uid", 0, "gid", 0, "dmode", 0755, "fmode", 0644, "capabilities", 0x0, "selabel", "u:object_r:system_file:s0");
|
||||
set_metadata_recursive("/system/vendor/pittpatt", "uid", 0, "gid", 0, "dmode", 0755, "fmode", 0644, "capabilities", 0x0, "selabel", "u:object_r:system_file:s0");
|
||||
delete("/system/faceunlock.sh");
|
||||
run_program("/sbin/busybox", "umount", "/system");
|
||||
ui_print("Done!");
|
Loading…
Reference in New Issue
Block a user