Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2014
385
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. --Device Info--
  2. Device: Xiaomi HM1SW(RedMi 1S, codename: armani)
  3. Msm8226(snapdragon 400 quadcore with adreno 305) and same hardware+sensors as moto G, but won't run moto g kernel
  4. No kernel source avaliable; stole some things from moto G, also i did build my device profile from a motog
  5. For graphics & media i use the msm8226 flavour; not the CAF libs as the kernel is not compiled with CAF support
  6.  
  7. --Problem--
  8. target thumb C++: libgui <= frameworks/native/libs/gui/Surface.cpp
  9. target arm C++: libEGL <= frameworks/native/opengl/libs/EGL/getProcAddress.cpp
  10. frameworks/native/libs/gui/Surface.cpp:38:26: fatal error: gralloc_priv.h: No such file or directory
  11. compilation terminated.
  12. make: *** [/home/build/xiaomi_hm1sw/android/out/target/product/armani/obj/SHARED_LIBRARIES/libgui_intermediates/Surface.o] Error 1
  13. make: *** Waiting for unfinished jobs....
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement