update links to adevtool GitHub

This commit is contained in:
Dmitry Muhomor 2023-08-26 19:21:40 +03:00 committed by Daniel Micay
parent bcc612c622
commit c84d027c23
2 changed files with 3 additions and 3 deletions

View file

@ -8,9 +8,9 @@ function createReadme(device: string, friendlyDevice: string) {
// Hard-coded here for convenient formatting // Hard-coded here for convenient formatting
return `# ${friendlyDevice} vendor module 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)
` `
} }

View file

@ -1,5 +1,5 @@
const LINE1 = 'Generated by adevtool; do not edit' 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} export const MAKEFILE_HEADER = `# ${LINE1}
# ${LINE2}` # ${LINE2}`