build - Samsung Open Source for Android, its usage? -


i downloaded android device open source samsung osrc.

it composed platform.tar.gz , kernel.tar.gz

it seems building aosp, found mk files.

i'm curious whether can used(directly or indirectly) build newer android version device , whether have build new kernel based on files.

thank you.

if want build newer android version, not need build kernel. use kernel provided samsung device (or prebuilt kernel phone).

when porting device newer android version need adjust init configuration (init.rc files product configuration located in device/<vendor>/<your_device>), not kernel specific parts of init.rc files.

you need add hardware specific vendor binaries resulting flash image. therefore can extract these libraries device. of them located in /system/vendor/lib, there libraries in /system/lib , subdirectories.

it possible vendor binaries not work within software stack. possible reasons incompatible hal interfaces , incompatible libraries. solution these cases can different , should evaluated individually.

if facing such issues can have @ cyanogenmod sources hint. there can find lots of ports. best place product configuration of particular device. can of answers regarding topic.


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -