I just see that Google was add goldfish_armv7_defconfig to the 3.18 kernel, when I compile the kernel, there is no error. But when I launch it in the emulator I got just a black screen and the device stay "offline"!
Compilation:
$ make ARCH=arm goldfish_armv7_defconfig
$ make ARCH=arm CROSS_COMPILE=/opt/android-ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi- menuconfig # I enable overlayfs and loadable modules
$ make ARCH=arm CROSS_COMPILE=/opt/android-ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi- -j32
Anyone can help please!