Top "Android-source" questions

Questions about the source code and building of Android itself, contributing to the Android project, Android kernel development and porting.

how Android soong/android.bp build works?

Google introduced Soong build system the replacement of old makefile system. Have any idea about how it works? please tell …

android android-source android-build android-soong
Building Android from sources: unsupported reloc 43

When I'm compiling Android 5.1.1, I get dozens of errors like this: ... ... ... libnativehelper/JniInvocation.cpp:165: error: unsupported reloc 43 libnativehelper/JniInvocation.cpp:165: …

android makefile android-source
How to set brightness through ADB on nexus 7

I found some info on the web: echo 1 /sys/devices/platform/flashlight.0/leds/flashlight/brightness But on my Nexus 7 (flashed …

android adb android-source brightness nexus-7
Install Google Apps on AOSP Build

I have installed android-6.0.1_r72 AOSP Rom on a Nexus 5 device. The rom doesn't come with Google Apps. I've tried …

android android-source
What do I need to know to port Cyanogenmod to unsupported phones/tablets?

What do I need to know to port Cyanogenmod to currently unsupported android phones and tablets? Does it involve modifying …

android android-source cyanogenmod
Build Android with Superuser

Does anyone know how to include super-user privileges when building android from source (AOSP)?

android root android-source
What to do about curl clone.bundle error on AOSP repo sync

Upon downloading the master branch from AOSP I get the following error: curl: (22) The requested URL returned error: 404 Not Found …

android android-source repo
error: could not load android-info.txt

After I built the source code of android, I ran the following command and got the error. #fastboot -w flashall …

android build porting android-source fastboot
Couldn't parse API file "frameworks/base/api/current.txt"

I tried adding some files in Android framework. Everything goes well, except in the end of compilation i am getting …

android android-source android-framework android-make
AOSP build on custom device

I'm building AOSP 4.2 Jelly Bean. Everything is ok when I build default full-eng configuration and run it on emulator. I …

android android-source