diff options
author | Isaac Chen <isaacchen@isaacchen.cn> | 2018-12-07 23:36:22 +0800 |
---|---|---|
committer | Isaac Chen <isaacchen@isaacchen.cn> | 2018-12-07 23:37:06 +0800 |
commit | 5f26bcf56206a337303e203be8c0b4cb76605d13 (patch) | |
tree | 312a1399cbf66187c90ff3681b8a8f78a213a4c3 /setup-makefiles.sh | |
parent | c858ca452901b8a27bad076646ffb8468cef3c20 (diff) |
wayne-common: Apply jasmine rebrand
Signed-off-by: Isaac Chen <isaacchen@isaacchen.cn>
Diffstat (limited to 'setup-makefiles.sh')
-rwxr-xr-x | setup-makefiles.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-makefiles.sh b/setup-makefiles.sh index 1d0799a..f6375b4 100755 --- a/setup-makefiles.sh +++ b/setup-makefiles.sh @@ -39,7 +39,7 @@ fi setup_vendor "$DEVICE_COMMON" "$VENDOR" "$LINEAGE_ROOT" true # Copyright headers and guards -write_headers "jasmine wayne" +write_headers "jasmine_sprout wayne" write_makefiles "$MY_DIR"/proprietary-files.txt true |