generic_device
generic_device copied to clipboard
A generic android device repository
Hi, I'm building linaro-arm-userdebug with android-7.1.2_r36 and I'm having the following error: ``` FAILED: /bin/bash -c "(out/host/linux-x86/bin/checkpolicy -M -c 30 -o out/target/product/linaro_arm/obj/ETC/sepolicy_intermediates/sepolicy.tmp out/target/product/linaro_arm/obj/ETC/sepolicy_intermediates/policy.conf ) && (out/host/linux-x86/bin/checkpolicy -M -c 30 -o...
Hello,i am trying run android 7 on arm server with qemu virgl supported. so i integrate drm_hwcomposer and gbm_gralloc. But drm module got some error. I don't know where is...
Android boot fails with Surfaceflinger errors . Steps followed : 1. Modified external/swiftshader/Android.mk to build for arm64 - target. Able to build it successfully. diff --git a/Android.mk b/Android.mk index a89cdf086..707b7b13a...
lunch linaro_x86_64-userdebug error build/core/combo/TARGET_linux-x86.mk:40: *** Unknown x86 architecture version: x86_64. Stop. ** Don't have a product spec for: 'linaro_x86_64' ** Do you have the right repo manifest?
root@192-168-0-225:/data/qemu_android/android/device/linaro/generic# make defconfig make[1]: Entering directory '/data/qemu_android/android/device/linaro/build' HOSTCC scripts/basic/fixdep HOSTCC scripts/kconfig/conf.o SHIPPED scripts/kconfig/zconf.tab.c SHIPPED scripts/kconfig/zconf.lex.c SHIPPED scripts/kconfig/zconf.hash.c HOSTCC scripts/kconfig/zconf.tab.o HOSTLD scripts/kconfig/conf *** Default configuration is based on target 'defconfig' ***...
Hello, I've built according to https://github.com/robherring/generic_device/wiki/Building The artifacts are: `android-8.1.0, linaro_arm64-userdebug, kernel Linux/arm64 4.14.0-rc4, qemu 2.12.` While building I've got a warning: `external/libdrm/libkms/Android.mk:19: warning: invalid GPU drivers: freedreno` But the...
Hi, I refer to https://github.com/robherring/generic_device/wiki/Running-QEMU-KVM for how to run qemu, and I wonder how can I make the android emulator connect to the Internet ? @robherring
This would allow re-using the same init.rc file as template for other hw-specific device.mk files.
I have built my own Image(arm64), system.img and ramdisk.img successfully. I refer to https://github.com/robherring/generic_device/wiki/Running-QEMU-KVM for how to run qemu, here is my script: #!/bin/sh -e if [ -n "$1" ];...
Hi Rob, I tried to build linaro_arm64-userdebug and test it in QEMU, but I got some errors. Please help to take a look at the attached log files. It seems...