diff --git a/extract-files.sh b/extract-files.sh index 89106e6..a15447c 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -58,6 +58,7 @@ fi setup_vendor "$DEVICE" "$VENDOR" "$LINEAGE_ROOT" false "$CLEAN_VENDOR" extract "$MY_DIR"/proprietary-files-vndk.txt "$SRC" "$SECTION" +extract "$MY_DIR"/proprietary-files.txt "$SRC" "$SECTION" "$MY_DIR"/setup-makefiles.sh diff --git a/proprietary-files.txt b/proprietary-files.txt new file mode 100644 index 0000000..068c204 --- /dev/null +++ b/proprietary-files.txt @@ -0,0 +1,2 @@ +# CP Boot Daemon +-sbin/cbd;rootfs diff --git a/setup-makefiles.sh b/setup-makefiles.sh index 5d72ded..4af627e 100755 --- a/setup-makefiles.sh +++ b/setup-makefiles.sh @@ -44,6 +44,7 @@ write_headers # The standard blobs write_makefiles "$MY_DIR"/proprietary-files-vndk.txt true +write_makefiles "$MY_DIR"/proprietary-files.txt true # We are done! write_footers