diff options
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 |