Adding a custom package to Android Opens Source Project (AOSP)


I have been building a custom version of Android that includes my VideoKiosk App.

Most of the articles on the Internet that I have found say to add the package to the commons.mk (usually in build/target/product) file but with the Pine64 and Odroid N2 I have found this does not work for me.

Instead I am adding my custom package to the core_base.mk file which is in the same directory and that seems to build.

Any feedback on this?

Leave a comment