Shared library need to add in android.bp
I have created a shared lib named liberCore.so and this lib I have put into where is my all src files and this file having some headers which I kept into include folder this lib I am unable to add into android.bp file for making build
Errors when building sdk-addon in recent AOSP (Android 14)
I am trying to build sdk addon in AOSP with Android 14 branch. the only example I came across is in the device/sample
folder of AOSP tree. In README.txt, it says
How to add my custom application widget in AOSP
I’m new to AOSP. I’m using nxp imx8qm mek board build with Android 13.I added my custom application and it’s working fine now I need to add my custom application widget in main SystemUI(specifically on left status bar) . Can any one please help me in this how to add this widget to SystemUI…
How to add my custom application widget in systemui
I’m new to AOSP. I’m using nxp imx8qm mek board build with Android 13. How to add my custom application widget in main SystemUI(specifically on left status bar) . Can any one please help me in this how to add this widget to SystemUI…
Persist data after factory reset?
I have full access to AOSP code and need to have some data (integer number) persisted after factory reset.
build failed AOSP 10 Building error ninja
FAILED: out/soong/.intermediates/frameworks/base/hiddenapi-mappings/android_common/hiddenapi-mappings-stubs.srcjar out/soong/.intermediates/frameworks/base/hiddenapi-mappings/android_common/dex-mapping.txt out/soong/.intermediates/frameworks/base/hiddenapi-mappings/android_common/hiddenapi-mappings_annotations.zip out/soong/.intermediates/frameworks/base/hiddenapi-mappings/android_common/api-versions.xml
Running into Space Issues While Building AOSP 14 on a 1tb ssd
I wanted to build AOSP 14, so I searched the internet for instructions. I found this guide: https://medium.com/@213maheta/aosp14-download-build-0bcd99a99f84