Last active
March 1, 2018 15:30
-
-
Save Herrie82/898e31023609dad12d16577c7b872274 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Add your device to the luneos_targets.xml file: | |
Similar to: | |
https://github.com/webOS-ports/android/pull/2/commits/4c7c5cbb33da73485cc2c8d249e76bdaf6f75f81 | |
You will want to have a repo with binary blobs (usually from TheMuppets), a repo with your device and a repo with your kernel, so normally 3. In some cases you'll need additional repos, but you'll figure that out during the build. | |
2. You can now use the script in xxxx to do a repo sync. | |
3. You can use the script in yyyy to try to build your device. It will fail at some point, because you will need to disable some of the Android jar/apk bits in the various .mk files. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment