Source code Android - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: ROCKPRO64 (https://forum.pine64.org/forumdisplay.php?fid=98) +--- Forum: Android on RockPro64 (https://forum.pine64.org/forumdisplay.php?fid=100) +--- Thread: Source code Android (/showthread.php?tid=6068) |
Source code Android - pececitozipi - 05-17-2018 Hi, can i have the source code of the android image that its on the wiki? RE: Source code Android - tllim - 05-18-2018 (05-17-2018, 01:41 AM)pececitozipi Wrote: Hi, can i have the source code of the android image that its on the wiki? We will provide for the Android SDK release. However, this takes several days to prepare due to large amount of code. RE: Source code Android - licux - 05-24-2018 (05-18-2018, 09:40 AM)tllim Wrote:(05-17-2018, 01:41 AM)pececitozipi Wrote: Hi, can i have the source code of the android image that its on the wiki? Hi, I got a ROCKPRO64 board yesterday and tried to boot using the prebuild image. I could boot Android on ROCKPRO64! Next, I want to build Android Image from source code. When will be Android SDK uploaded ? (It is okay that is an archive.) RE: Source code Android - pececitozipi - 05-30-2018 (05-24-2018, 03:27 PM)licux Wrote:(05-18-2018, 09:40 AM)tllim Wrote:(05-17-2018, 01:41 AM)pececitozipi Wrote: Hi, can i have the source code of the android image that its on the wiki? I have the same issue, It's important have the source code for the developers, please upload asap. RE: Source code Android - pfeerick - 05-30-2018 It will happen, just give them a little time! The boards have only just shipped, so I'm sure they're just tidying up loose ends before publishing the source. RE: Source code Android - Luke - 05-30-2018 So, we just got the SDK the other day ... its 50GB. Some thinking to be done on how to distribute it. RE: Source code Android - Vasant - 05-30-2018 At least try to put the Android Kernel source in a GIT repository. RE: Source code Android - licux - 05-30-2018 In general way, you upload to github for each repository. (and we download it with repo) If it is difficult, I think you only split SDK into several files(for example, 5 * 10GB) and upload them webite like google drive RE: Source code Android - pfeerick - 05-31-2018 (05-30-2018, 05:56 AM)Luke Wrote: So, we just got the SDK the other day ... its 50GB. Some thinking to be done on how to distribute it. What, you mean more than something like just: create a new empty repo on github, do a git clone ssh_url to sync with github, copy SDK into folder, git add * to add to index, git commit -a -m "Initial commit" followed by git push and come back next week? NB: I don't recommend doing the above... it's a guaranteed recipe for disaster since I proposed it! RE: Source code Android - licux - 06-03-2018 I'd like to know the situation. Is it possible to upload the SDK in some way? |