diff options
author | Zhao Wei Liew <zhaoweiliew@gmail.com> | 2016-12-27 15:12:38 +0800 |
---|---|---|
committer | Zhao Wei Liew <zhaoweiliew@gmail.com> | 2016-12-29 12:39:54 +0800 |
commit | e9bf91052812e2e66fb94318fdf58b4bd8adfe93 (patch) | |
tree | 45fc2b7d914e0cb18780fe90bbc1fc9efb09ad3d | |
parent | 7f06bc78a903a2a19dc4fb35778a8d8a0dd2391d (diff) | |
download | vendor_replicant-e9bf91052812e2e66fb94318fdf58b4bd8adfe93.zip vendor_replicant-e9bf91052812e2e66fb94318fdf58b4bd8adfe93.tar.gz vendor_replicant-e9bf91052812e2e66fb94318fdf58b4bd8adfe93.tar.bz2 |
cm: Rebrand to LineageOS
Change-Id: Icf53ce2b98306498cfa815e9fc7377e9a6c583a6
-rw-r--r-- | CHANGELOG.mkdn | 6 | ||||
-rw-r--r-- | CONTRIBUTORS.mkdn | 4 | ||||
-rw-r--r-- | LICENSE | 1 | ||||
-rw-r--r-- | README.mkdn | 18 | ||||
-rw-r--r-- | build/core/apicheck_msg_current.txt | 4 | ||||
-rw-r--r-- | overlay/common/frameworks/base/core/res/res/values/config.xml | 3 | ||||
-rwxr-xr-x | prebuilt/common/bin/50-cm.sh | 2 | ||||
-rw-r--r-- | prebuilt/common/etc/init.d/00banner | 11 | ||||
-rw-r--r-- | vendorsetup.sh | 2 |
9 files changed, 28 insertions, 23 deletions
diff --git a/CHANGELOG.mkdn b/CHANGELOG.mkdn index e4e2ae8..872a806 100644 --- a/CHANGELOG.mkdn +++ b/CHANGELOG.mkdn @@ -1,9 +1,9 @@ -CyanogenMod +LineageOS =============== -Visit http://github.com/CyanogenMod for full source and git access. +Visit http://github.com/LineageOS for full source and git access. -Visit http://review.cyanogenmod.org for our Gerrit instance. +Visit http://review.lineageos.org for our Gerrit instance. CHANGELOG (notable new features) --------- diff --git a/CONTRIBUTORS.mkdn b/CONTRIBUTORS.mkdn index 7bb5a61..2c67d5a 100644 --- a/CONTRIBUTORS.mkdn +++ b/CONTRIBUTORS.mkdn @@ -1,7 +1,7 @@ -CyanogenMod +LineageOS =========== -Maintainers (CyanogenMod 13.0): +Maintainers (LineageOS 13.0): ----------------------------- * __Acer A700:__ pawitp * __Alcatel Idol 3:__ c457 @@ -1,4 +1,5 @@ Copyright 2011-15 The CyanogenMod Project + 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. diff --git a/README.mkdn b/README.mkdn index 7f265ce..6edadab 100644 --- a/README.mkdn +++ b/README.mkdn @@ -1,9 +1,9 @@ -CyanogenMod +LineageOS =========== Submitting Patches ------------------ -Patches are always welcome! Please submit your patches via CyanogenMod Gerrit! +Patches are always welcome! Please submit your patches via LineageOS Gerrit! You can do this by using these commands: (From root android directory) @@ -20,31 +20,31 @@ For more help on using this tool, use this command: repo help upload Make your changes and commit with a detailed message, starting with what you are working with (i.e. vision: Update Kernel) Commit your patches in a single commit. Squash multiple commit using this command: git rebase -i HEAD~<# of commits> -To view the status of your and others' patches, visit [CyanogenMod Code Review](http://review.cyanogenmod.org/) +To view the status of your and others' patches, visit [LineageOS Code Review](http://review.lineageos.org/) Getting Started --------------- -To get started with Android/CyanogenMod, you'll need to get +To get started with Android/LineageOS, you'll need to get familiar with [Repo](https://source.android.com/source/using-repo.html) and [Version Control with Git](https://source.android.com/source/version-control.html). -To initialize your local repository using the CyanogenMod trees, use a command like this: +To initialize your local repository using the LineageOS trees, use a command like this: - repo init -u git://github.com/CyanogenMod/android.git -b cm-13.0 + repo init -u git://github.com/LineageOS/android.git -b cm-13.0 Then to sync up: repo sync -Please see the [CyanogenMod Wiki](http://wiki.cyanogenmod.org/) for building instructions, by device. +Please see the [LineageOS Wiki](http://wiki.lineageos.org/) for building instructions, by device. For more information on this Github Organization and how it is structured, -please [read the wiki article](http://wiki.cyanogenmod.org/w/Github_Organization) +please [read the wiki article](http://wiki.lineageos.org/w/Github_Organization) Buildbot -------- All supported devices are built nightly and periodically as changes are committed to ensure the source trees remain buildable. -You can view the current build statuses in the [Jenkins](http://jenkins.cyanogenmod.org) tool. +You can view the current build statuses in the [Jenkins](http://jenkins.lineageos.org) tool. diff --git a/build/core/apicheck_msg_current.txt b/build/core/apicheck_msg_current.txt index 05a0341..6881b3f 100644 --- a/build/core/apicheck_msg_current.txt +++ b/build/core/apicheck_msg_current.txt @@ -4,7 +4,7 @@ You have tried to change the API from what has been previously approved. STOP. Read this: - https://github.com/CyanogenMod/cm_platform_sdk/wiki/Creating-an-API-for-the-SDK#updating--verifying-the-api + https://github.com/LineageOS/cm_platform_sdk/wiki/Creating-an-API-for-the-SDK#updating--verifying-the-api To make these errors go away, you have two choices: 1) You can add "@hide" javadoc comments to the methods, etc. listed in the @@ -142,6 +142,6 @@ To make these errors go away, you have two choices: ,;+++++++++++++++++++++++++++++++++++++++++++++++++++++++:. ..,;;+++++++++++++++++++++++++++++;:,. - To submit the revised current.txt to the main CyanogenMod repository, + To submit the revised current.txt to the main LineageOS repository, you will need approval. ****************************** diff --git a/overlay/common/frameworks/base/core/res/res/values/config.xml b/overlay/common/frameworks/base/core/res/res/values/config.xml index 403890e..cdbfec2 100644 --- a/overlay/common/frameworks/base/core/res/res/values/config.xml +++ b/overlay/common/frameworks/base/core/res/res/values/config.xml @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2013 The CyanogenMod Project + (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. @@ -41,7 +42,7 @@ <item>com.google.android.gms/com.google.android.gms.update.SystemUpdateService</item> </string-array> - <string name="config_mms_user_agent">CyanogenMod</string> + <string name="config_mms_user_agent">LineageOS</string> <string name="config_mms_user_agent_profile_url">http://www.google.com/oha/rdf/ua-profile-kila.xml</string> <!-- Defines the default set of global actions. Actions may still be disabled or hidden based diff --git a/prebuilt/common/bin/50-cm.sh b/prebuilt/common/bin/50-cm.sh index c8b81cb..7eac06f 100755 --- a/prebuilt/common/bin/50-cm.sh +++ b/prebuilt/common/bin/50-cm.sh @@ -1,7 +1,7 @@ #!/sbin/sh # # /system/addon.d/50-cm.sh -# During a CM13.0 upgrade, this script backs up /system/etc/hosts, +# During a LineageOS 13.0 upgrade, this script backs up /system/etc/hosts, # /system is formatted and reinstalled, then the file is restored. # diff --git a/prebuilt/common/etc/init.d/00banner b/prebuilt/common/etc/init.d/00banner index a04ef18..ece3d1f 100644 --- a/prebuilt/common/etc/init.d/00banner +++ b/prebuilt/common/etc/init.d/00banner @@ -4,7 +4,10 @@ # L="log -p i -t cm" -$L "____ _ _ ____ _ _ ____ ____ ____ _ _ _ _ ____ ___"; -$L "| \\_/ |__| |\\ | | | | __ |___ |\\ | |\\/| | | | \\"; -$L "|___ | | | | \\| |__| |__] |___ | \\| | | |__| |__/"; -$L "Welcome to Android `getprop ro.build.version.release` / CyanogenMod-`getprop ro.cm.version`"; +$L "_ _ " +$L "| (_)_ __ ___ __ _ __ _ ___ ___ ___ " +$L "| | | '_ \\ / _ \\/ _\` |/ _\` |/ _ \\/ _ \\/ __|" +$L "| | | | | | __/ (_| | (_| | __/ (_) \\__ \\" +$L "|_|_|_| |_|\\___|\\__,_|\\__, |\\___|\\___/|___/" +$L " |___/" +$L "Welcome to Android `getprop ro.build.version.release` / LineageOS-`getprop ro.cm.version`"; diff --git a/vendorsetup.sh b/vendorsetup.sh index 642da70..08482e5 100644 --- a/vendorsetup.sh +++ b/vendorsetup.sh @@ -1,4 +1,4 @@ -for combo in $(curl -s https://raw.githubusercontent.com/CyanogenMod/hudson/master/cm-build-targets | sed -e 's/#.*$//' | grep cm-13.0 | awk '{printf "cm_%s-%s\n", $1, $2}') +for combo in $(curl -s https://raw.githubusercontent.com/LineageOS/hudson/master/cm-build-targets | sed -e 's/#.*$//' | grep cm-13.0 | awk '{printf "cm_%s-%s\n", $1, $2}') do add_lunch_combo $combo done |