How to use LOCAL_OVERRIDES_PACKAGES with example in Android ?

In Android, LOCAL_OVERRIDES_PACKAGES is a variable used in the Android makefile system (Android.mk files) for specifying which … Read more

How to generate platform key for Signing App using Android Studio ?

If we are working on Android platform and require certain applications to be signed using platform key, … Read more

Use repo on Windows to Download Android Source

Use repo on Windows

Android had developed repo tool to download huge android source code, primarily keeping in mind of development … Read more

Convert Android.mk to Android.bp

Android.mk

The source code which was developed prior to when Soong was introduced in Android build system, was … Read more

Adding a new board or platform to android source and build

add a file AndroidProducts.mk In the products directory, create an AndroidProducts.mk file that point to (and is … Read more

How to install Android Studio for 32 bit and 64 bit Windows machines ?

Visit website https://developer.android.com/studio/ Click on “Download Android Studio” button to download latest version of Android Studio. The … Read more

Understanding Android AOSP build system

In this post, we tries to understand the android open source build files written to add a … Read more

How to create a native daemon and run from init.rc in Android ?

Android’s init is located at the root of the filesystem i.e. /init and also it uses different … Read more

Compile Android application as part of AOSP source code

This post details about how you can integrate your Android application as part of Android OpenSource Build … Read more