|
Edited by jonsmirl at 2017-1-2 09:57
Only the Baidu link for this source works. Baidu is now protected by a CAPTCHA using Chinese characters which is impossible for a non Chinese speaker to pass. Your Google Drive link is not active. (Mega is also fine).
Also please note -- you don't have to post these 6GB Android source files. 90% of the content of those files is identical to Google AOSP. (Mega is also fine).
Look at how Pine64 does their Android source release.
https://github.com/ayufan-pine64/local_manifests/tree/marshmallow
This file is key:
https://github.com/ayufan-pine64 ... /nougat/default.xml
It overides the default AOSP source with the Allwinner code.
Push these modified repositories up to your github account. And then publish a new manifest.
For example this replaces Google's frameworks/av with their version...
<remove-project name="platform/frameworks/av" />
<project path="frameworks/av" name="frameworks-av" remote="ayufan" revision="nougat" groups="pdk" />
and here is the modified repository on github
https://github.com/ayufan-pine64/frameworks-av
Why can't Allwinner clone their altered AOSP repositories up to GitHub for everyone to use? Not doing that makes hundreds of people waste huge amounts of time.
Since they won't do it, you can do it for them.
|
|