diff options
author | OrdenKrieger <OrdenKriegerEDR@googlemail.com> | 2017-01-10 23:28:05 +0100 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2017-01-14 15:50:26 +0100 |
commit | 6fe46d118dacf3ca734f0a792713a36f33cb921b (patch) | |
tree | 63e2c3007ce66d3d43d66ec43a1b8b6e7f26a42c /setup-makefiles.sh | |
parent | 51fe6eb1975b0978ebe8eaa9cf8a7e4d01d2525b (diff) |
z_2plus: Initial cleanup
*Lets start
Diffstat (limited to 'setup-makefiles.sh')
-rwxr-xr-x | setup-makefiles.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/setup-makefiles.sh b/setup-makefiles.sh index 0b5e5eb..17a6e85 100755 --- a/setup-makefiles.sh +++ b/setup-makefiles.sh @@ -1,6 +1,7 @@ #!/bin/bash # -# Copyright (C) 2016 The CyanogenMod Project +# Copyright (C) 2013-2016, The CyanogenMod Project +# Copyright (C) 2017, The LineageOS Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -34,7 +35,7 @@ printf '\n%s\n' "ifeq (\$(QCPATH),)" >> "$ANDROIDMK" # Qualcomm performance blobs - conditional as well -# in order to support Cyanogen OS builds +# in order to support LineageOS builds cat << EOF >> "$PRODUCTMK" endif |