diff options
| author | razorloves <razorloves@gmail.com> | 2017-02-04 18:34:04 +0000 |
|---|---|---|
| committer | 5x <droidfivex@gmail.com> | 2017-02-07 10:17:41 +0900 |
| commit | 380a02bc093660cff3fde7c1f33927305141618c (patch) | |
| tree | a029793268a356a71a993e238c1be51661f543f0 | |
| parent | d2e456714bfb895824bb591148a3afa8ffc25873 (diff) | |
Change-Id: Ia9fd7d88e9370e94fb0a5c2633167b3e82a4d92f
| -rwxr-xr-x | extract-files.sh | 2 | ||||
| -rwxr-xr-x | setup-makefiles.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/extract-files.sh b/extract-files.sh index fb9a3f8..d1bb84d 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -52,6 +52,6 @@ fi # Initialize the helper for device setup_vendor "$DEVICE" "$VENDOR" "$CM_ROOT" -extract "$MY_DIR"/proprietary-files.txt "$SRC" +extract "$MY_DIR"/proprietary-blobs.txt "$SRC" "$MY_DIR"/setup-makefiles.sh diff --git a/setup-makefiles.sh b/setup-makefiles.sh index 2aeb9f2..e37f585 100755 --- a/setup-makefiles.sh +++ b/setup-makefiles.sh @@ -40,7 +40,7 @@ setup_vendor "$DEVICE" "$VENDOR" "$CM_ROOT" write_headers # The device blobs -write_makefiles "$MY_DIR"/proprietary-files.txt +write_makefiles "$MY_DIR"/proprietary-blobs.txt # We are done with device write_footers |
