update links to adevtool GitHub
This commit is contained in:
parent
bcc612c622
commit
c84d027c23
2 changed files with 3 additions and 3 deletions
|
@ -8,9 +8,9 @@ function createReadme(device: string, friendlyDevice: string) {
|
|||
// Hard-coded here for convenient formatting
|
||||
return `# ${friendlyDevice} vendor module
|
||||
|
||||
This is an automatically-generated vendor module to build AOSP ROMs for the ${friendlyDevice} (codename \`${device}\`).
|
||||
This is an automatically-generated vendor module to build AOSP for the ${friendlyDevice} (codename \`${device}\`).
|
||||
|
||||
Generated by [adevtool](https://github.com/kdrag0n/adevtool). [More info](https://github.com/kdrag0n/adevtool/blob/main/README.md)
|
||||
Generated by [adevtool](https://github.com/GrapheneOS/adevtool). [More info](https://github.com/GrapheneOS/adevtool/blob/main/README.md)
|
||||
`
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
const LINE1 = 'Generated by adevtool; do not edit'
|
||||
const LINE2 = 'For more info, see https://github.com/kdrag0n/adevtool'
|
||||
const LINE2 = 'For more info, see https://github.com/GrapheneOS/adevtool'
|
||||
|
||||
export const MAKEFILE_HEADER = `# ${LINE1}
|
||||
# ${LINE2}`
|
||||
|
|
Loading…
Reference in a new issue