Reputation: 873
Greetings Developers,
I am new to ROM building/porting process. I want to install Vanilla Android(AOSP) on my note-4, so after querying Google number of times, I came across official Android development guide on official Android website: https://source.android.com/source/downloading.html
I have downloaded the Android source locally and was following various Guides and tutorials from XDA-University & forums only for the development process. http://xda-university.com/as-a-devel...ng-source-code
I discovered that for downloading/configuring the build for a specific device(trltexx), we need to create a localmanifest file that contains device tree, vendor and kernel configuration links for repo syncing.
Now, I want your expertise to guide me forward from this point.
Questions being:
I also followed other similar questions on stack but not able to find a concrete solution.
Any help will be highly appreciated. Thanks!!
Upvotes: 2
Views: 2817
Reputation: 5275
Yes, you can. But this may not be an easy process. Because device configurations may derive from other devices or common configurations (eg, qcom tree), you must merge all of the configurations to your AOSP project.
You'd better don't do this. There are lots of vendor proprietary blobs which target to specifitic version, and probably doesn't work for other major versions.
Upvotes: 1