Update README.md — Add link to AOSP tutorial

This commit is contained in:
imasaru 2018-06-17 00:51:40 -05:00 committed by GitHub
parent e24b49ee77
commit 74518c97da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
Start your Android career here. Build device trees and port custom ROMs and recoveries to new devices easily with this template.
Study the templates included to understand the file scheme, and then extract a boot or recovery image from your device, and run the mkvendor.sh script to make a preliminary tree. Here is a good explanation on [StackOverflow](https://stackoverflow.com/a/11353248) on what these files do.
Study the templates included to understand the file scheme, and then extract a boot or recovery image from your device, and run the mkvendor.sh script to make a preliminary tree. Here is Google's [AOSP tutorial](https://source.android.com/setup/develop/new-device) on how to make a device tree and another good explanation on [StackOverflow](https://stackoverflow.com/a/11353248) on what these files do.
You will need to add extra info (e.g. TARGET_BOARD_PLATFORM in [BoardConfig.mk](BoardConfig.mk.template)) before it is usable.
______