mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 20:15:32 -04:00
universal7885: add CP boot daemon
Change-Id: I33e57fb6d4a181f149af88e96decb132d2a24a0c Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
parent
014fb0b0ac
commit
541df863b2
3 changed files with 4 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ fi
|
||||||
setup_vendor "$DEVICE" "$VENDOR" "$LINEAGE_ROOT" false "$CLEAN_VENDOR"
|
setup_vendor "$DEVICE" "$VENDOR" "$LINEAGE_ROOT" false "$CLEAN_VENDOR"
|
||||||
|
|
||||||
extract "$MY_DIR"/proprietary-files-vndk.txt "$SRC" "$SECTION"
|
extract "$MY_DIR"/proprietary-files-vndk.txt "$SRC" "$SECTION"
|
||||||
|
extract "$MY_DIR"/proprietary-files.txt "$SRC" "$SECTION"
|
||||||
|
|
||||||
"$MY_DIR"/setup-makefiles.sh
|
"$MY_DIR"/setup-makefiles.sh
|
||||||
|
|
||||||
|
|
|
||||||
2
proprietary-files.txt
Normal file
2
proprietary-files.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
# CP Boot Daemon
|
||||||
|
-sbin/cbd;rootfs
|
||||||
|
|
@ -44,6 +44,7 @@ write_headers
|
||||||
|
|
||||||
# The standard blobs
|
# The standard blobs
|
||||||
write_makefiles "$MY_DIR"/proprietary-files-vndk.txt true
|
write_makefiles "$MY_DIR"/proprietary-files-vndk.txt true
|
||||||
|
write_makefiles "$MY_DIR"/proprietary-files.txt true
|
||||||
|
|
||||||
# We are done!
|
# We are done!
|
||||||
write_footers
|
write_footers
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue