|
||
|
![]() |
![]() |
ROMs y desarrollo Xperia U ROMs y desarrollo Xperia U |
![]() |
|
Herramientas |
#1
|
||||
|
||||
Paranoia Xperia U [AOSPA 4][DEV]
Paranoia ROM - Xperia U Hola a todos!! Por no andarme por las ramas y terminar contandoos toda mi vida voy a ir directamente al grano: Me gustaría compilar una ROM que estoy desarrollando para el Nexus 4, pero no se como. Se que puede parecer contradictorio, pero siempre he trabajado con dispositivos Nexus y nunca con los llamados "legacy" y estoy teniendo dificultades para compilarla para el Xperia U. La ROM la desarrollo para mi Nexus 4, pero como mi novia tiene un Xperia U me quería animar a compilarla para ver si reinde mejor este cacharro. Características:
¿Qué falta por desarrollar?
¿Cómo lo hacemos?
__________________
|
Gracias de parte de: | ||
|
#2
|
||||
|
||||
Puedes usar este device tree que es el que usamos para CM11
![]() https://github.com/XperiaSTE/android...e_sony_kumquat Aquí puedes encontrar otros repositorios: https://github.com/XperiaSTE ![]() |
Gracias de parte de: | ||
#3
|
||||
|
||||
Puedes usar este device tree que es el que usamos para CM11
![]() https://github.com/XperiaSTE/android...e_sony_kumquat Aquí puedes encontrar otros repositorios: https://github.com/XperiaSTE ![]() ![]() Te he mirado en XDA las ROMs basadas en Android 4.4.2 pero no he podido/sabido hacerlo bien. Le echare otro vistazo a ver...
__________________
|
#4
|
||||
|
||||
|
#5
|
||||
|
||||
Pues veamos, me da este error:
Código:
external/bluetooth/bluez/android/bluetoothd-snoop.c: In function 'open_monitor': external/bluetooth/bluez/android/bluetoothd-snoop.c:154:30: error: 'SOCK_CLOEXEC' undeclared (first use in this function) external/bluetooth/bluez/android/bluetoothd-snoop.c:154:30: note: each undeclared identifier is reported only once for each function it appears in make: *** [/home/alvaro/Paranoia/out/target/product/kumquat/obj/EXECUTABLES/bluetoothd-snoop_intermediates/bluez/android/bluetoothd-snoop.o] Error 1
__________________
|
#6
|
||||
|
||||
Pues veamos, me da este error:
Código:
external/bluetooth/bluez/android/bluetoothd-snoop.c: In function 'open_monitor': external/bluetooth/bluez/android/bluetoothd-snoop.c:154:30: error: 'SOCK_CLOEXEC' undeclared (first use in this function) external/bluetooth/bluez/android/bluetoothd-snoop.c:154:30: note: each undeclared identifier is reported only once for each function it appears in make: *** [/home/alvaro/Paranoia/out/target/product/kumquat/obj/EXECUTABLES/bluetoothd-snoop_intermediates/bluez/android/bluetoothd-snoop.o] Error 1 ![]() https://github.com/XperiaSTE/android...9e97c6f1ee874e De todas formas te recomiendo que para los primeros builds uses este device tree: https://github.com/Andrewas/android_device_sony_kumquat Y sigas las instrucciones en el README para ponerlo a punto ![]() |
Gracias de parte de: | ||
#7
|
||||
|
||||
Pues creo que ya he solucionado ese error, pero ahora me sale este:
Código:
hardware/ste-sony/display/libgralloc/hwmem_gralloc.c: In function 'get_format_bpp': hardware/ste-sony/display/libgralloc/hwmem_gralloc.c:1245:14: error: 'HAL_PIXEL_FORMAT_RGBA_5551' undeclared (first use in this function) hardware/ste-sony/display/libgralloc/hwmem_gralloc.c:1245:14: note: each undeclared identifier is reported only once for each function it appears in hardware/ste-sony/display/libgralloc/hwmem_gralloc.c:1246:14: error: 'HAL_PIXEL_FORMAT_RGBA_4444' undeclared (first use in this function) hardware/ste-sony/display/libgralloc/hwmem_gralloc.c:1248:14: error: 'HAL_PIXEL_FORMAT_YCbCr_422_P' undeclared (first use in this function) hardware/ste-sony/display/libgralloc/hwmem_gralloc.c:1250:14: error: 'HAL_PIXEL_FORMAT_CbYCrY_422_I' undeclared (first use in this function) hardware/ste-sony/display/libgralloc/hwmem_gralloc.c:1251:14: error: 'HAL_PIXEL_FORMAT_YCrCb_422_SP' undeclared (first use in this function) hardware/ste-sony/display/libgralloc/hwmem_gralloc.c:1252:14: error: 'HAL_PIXEL_FORMAT_YCrCb_422_P' undeclared (first use in this function) hardware/ste-sony/display/libgralloc/hwmem_gralloc.c:1256:14: error: 'HAL_PIXEL_FORMAT_YCBCR42XMBN' undeclared (first use in this function) hardware/ste-sony/display/libgralloc/hwmem_gralloc.c:1257:14: error: 'HAL_PIXEL_FORMAT_YCbCr_420_SP' undeclared (first use in this function) hardware/ste-sony/display/libgralloc/hwmem_gralloc.c:1258:14: error: 'HAL_PIXEL_FORMAT_YCbCr_420_P' undeclared (first use in this function) hardware/ste-sony/display/libgralloc/hwmem_gralloc.c:1259:14: error: 'HAL_PIXEL_FORMAT_YCbCr_420_I' undeclared (first use in this function) hardware/ste-sony/display/libgralloc/hwmem_gralloc.c:1260:14: error: 'HAL_PIXEL_FORMAT_CbYCrY_420_I' undeclared (first use in this function) hardware/ste-sony/display/libgralloc/hwmem_gralloc.c:1262:14: error: 'HAL_PIXEL_FORMAT_YCrCb_420_P' undeclared (first use in this function) hardware/ste-sony/display/libgralloc/hwmem_gralloc.c: In function 'is_non_planar_and_independent_pixel_format': hardware/ste-sony/display/libgralloc/hwmem_gralloc.c:1285:14: error: 'HAL_PIXEL_FORMAT_RGBA_5551' undeclared (first use in this function) hardware/ste-sony/display/libgralloc/hwmem_gralloc.c:1286:14: error: 'HAL_PIXEL_FORMAT_RGBA_4444' undeclared (first use in this function) hardware/ste-sony/display/libgralloc/hwmem_gralloc.c: In function 'get_format_width_and_height_alignment': hardware/ste-sony/display/libgralloc/hwmem_gralloc.c:1315:14: error: 'HAL_PIXEL_FORMAT_YCbCr_422_P' undeclared (first use in this function) hardware/ste-sony/display/libgralloc/hwmem_gralloc.c:1317:14: error: 'HAL_PIXEL_FORMAT_CbYCrY_422_I' undeclared (first use in this function) hardware/ste-sony/display/libgralloc/hwmem_gralloc.c:1318:14: error: 'HAL_PIXEL_FORMAT_YCrCb_422_SP' undeclared (first use in this function) hardware/ste-sony/display/libgralloc/hwmem_gralloc.c:1319:14: error: 'HAL_PIXEL_FORMAT_YCrCb_422_P' undeclared (first use in this function) hardware/ste-sony/display/libgralloc/hwmem_gralloc.c:1324:14: error: 'HAL_PIXEL_FORMAT_YCbCr_420_SP_TILED' undeclared (first use in this function) hardware/ste-sony/display/libgralloc/hwmem_gralloc.c:1325:14: error: 'HAL_PIXEL_FORMAT_YCbCr_420_SP' undeclared (first use in this function) hardware/ste-sony/display/libgralloc/hwmem_gralloc.c:1326:14: error: 'HAL_PIXEL_FORMAT_YCbCr_420_P' undeclared (first use in this function) hardware/ste-sony/display/libgralloc/hwmem_gralloc.c:1327:14: error: 'HAL_PIXEL_FORMAT_YCbCr_420_I' undeclared (first use in this function) hardware/ste-sony/display/libgralloc/hwmem_gralloc.c:1328:14: error: 'HAL_PIXEL_FORMAT_YCrCb_420_SP_TILED' undeclared (first use in this function) hardware/ste-sony/display/libgralloc/hwmem_gralloc.c:1330:14: error: 'HAL_PIXEL_FORMAT_YCrCb_420_P' undeclared (first use in this function) hardware/ste-sony/display/libgralloc/hwmem_gralloc.c:1331:14: error: 'HAL_PIXEL_FORMAT_CbYCrY_420_I' undeclared (first use in this function) hardware/ste-sony/display/libgralloc/hwmem_gralloc.c:1337:14: error: 'HAL_PIXEL_FORMAT_RGBA_5551' undeclared (first use in this function) hardware/ste-sony/display/libgralloc/hwmem_gralloc.c:1338:14: error: 'HAL_PIXEL_FORMAT_RGBA_4444' undeclared (first use in this function) hardware/ste-sony/display/libgralloc/hwmem_gralloc.c:1356:14: error: 'HAL_PIXEL_FORMAT_YCBCR42XMBN' undeclared (first use in this function) make: *** [/home/alvaro/Paranoia/out/target/product/kumquat/obj/SHARED_LIBRARIES/gralloc.montblanc_intermediates/hwmem_gralloc.o] Error 1 make: *** Se espera a que terminen otras tareas.... hardware/ste-sony/display/libhwcomposer/hwcomposer.c: In function 'get_stride': hardware/ste-sony/display/libhwcomposer/hwcomposer.c:197:14: error: 'HAL_PIXEL_FORMAT_YCbCr_420_SP' undeclared (first use in this function) hardware/ste-sony/display/libhwcomposer/hwcomposer.c:197:14: note: each undeclared identifier is reported only once for each function it appears in hardware/ste-sony/display/libhwcomposer/hwcomposer.c:198:14: error: 'HAL_PIXEL_FORMAT_YCbCr_422_P' undeclared (first use in this function) hardware/ste-sony/display/libhwcomposer/hwcomposer.c:199:14: error: 'HAL_PIXEL_FORMAT_YCbCr_420_P' undeclared (first use in this function) hardware/ste-sony/display/libhwcomposer/hwcomposer.c:201:14: error: 'HAL_PIXEL_FORMAT_YCrCb_422_SP' undeclared (first use in this function) hardware/ste-sony/display/libhwcomposer/hwcomposer.c:202:14: error: 'HAL_PIXEL_FORMAT_YCrCb_422_P' undeclared (first use in this function) hardware/ste-sony/display/libhwcomposer/hwcomposer.c:203:14: error: 'HAL_PIXEL_FORMAT_YCrCb_420_P' undeclared (first use in this function) hardware/ste-sony/display/libhwcomposer/hwcomposer.c:206:14: error: 'HAL_PIXEL_FORMAT_YCBCR42XMBN' undeclared (first use in this function) hardware/ste-sony/display/libhwcomposer/hwcomposer.c:212:14: error: 'HAL_PIXEL_FORMAT_CbYCrY_422_I' undeclared (first use in this function) hardware/ste-sony/display/libhwcomposer/hwcomposer.c: In function 'to_compdev_format': hardware/ste-sony/display/libhwcomposer/hwcomposer.c:241:14: error: 'HAL_PIXEL_FORMAT_YCBCR42XMBN' undeclared (first use in this function) hardware/ste-sony/display/libhwcomposer/hwcomposer.c:245:14: error: 'HAL_PIXEL_FORMAT_YCbCr_420_SP' undeclared (first use in this function) hardware/ste-sony/display/libhwcomposer/hwcomposer.c:249:14: error: 'HAL_PIXEL_FORMAT_YCrCb_420_P' undeclared (first use in this function) hardware/ste-sony/display/libhwcomposer/hwcomposer.c:251:14: error: 'HAL_PIXEL_FORMAT_YCbCr_420_P' undeclared (first use in this function) hardware/ste-sony/display/libhwcomposer/hwcomposer.c: In function 'bufferIsYUV': hardware/ste-sony/display/libhwcomposer/hwcomposer.c:532:10: error: 'HAL_PIXEL_FORMAT_YCbCr_420_SP' undeclared (first use in this function) hardware/ste-sony/display/libhwcomposer/hwcomposer.c:533:10: error: 'HAL_PIXEL_FORMAT_YCbCr_422_P' undeclared (first use in this function) hardware/ste-sony/display/libhwcomposer/hwcomposer.c:534:10: error: 'HAL_PIXEL_FORMAT_YCbCr_420_P' undeclared (first use in this function) hardware/ste-sony/display/libhwcomposer/hwcomposer.c:536:10: error: 'HAL_PIXEL_FORMAT_YCrCb_422_SP' undeclared (first use in this function) hardware/ste-sony/display/libhwcomposer/hwcomposer.c:537:10: error: 'HAL_PIXEL_FORMAT_YCrCb_422_P' undeclared (first use in this function) hardware/ste-sony/display/libhwcomposer/hwcomposer.c:538:10: error: 'HAL_PIXEL_FORMAT_YCrCb_420_P' undeclared (first use in this function) hardware/ste-sony/display/libhwcomposer/hwcomposer.c:539:10: error: 'HAL_PIXEL_FORMAT_YCBCR42XMBN' undeclared (first use in this function) hardware/ste-sony/display/libhwcomposer/hwcomposer.c:541:10: error: 'HAL_PIXEL_FORMAT_CbYCrY_422_I' undeclared (first use in this function) hardware/ste-sony/display/liblights/lights.c:34:27: fatal error: lights-device.h: No such file or directory compilation terminated. make: *** [/home/alvaro/Paranoia/out/target/product/kumquat/obj/SHARED_LIBRARIES/hwcomposer.montblanc_intermediates/hwcomposer.o] Error 1 make: *** [/home/alvaro/Paranoia/out/target/product/kumquat/obj/SHARED_LIBRARIES/lights.montblanc_intermediates/lights.o] Error 1 In file included from hardware/libhardware_legacy/audio/AudioPolicyCompatClient.cpp:25:0: hardware/libhardware/include/hardware/audio_policy.h:164:36: error: 'audio_input_clients' has not been declared In file included from hardware/libhardware_legacy/audio/AudioPolicyCompatClient.cpp:25:0: hardware/libhardware/include/hardware/audio_policy.h:322:37: error: 'audio_input_clients' has not been declared hardware/libhardware/include/hardware/audio_policy.h:326:25: error: 'audio_input_clients' has not been declared In file included from hardware/libhardware_legacy/audio/AudioPolicyCompatClient.cpp:25:0: hardware/libhardware/include/hardware/audio_policy.h:427:37: error: 'audio_input_clients' has not been declared In file included from hardware/libhardware_legacy/audio/AudioPolicyCompatClient.h:25:0, from hardware/libhardware_legacy/audio/AudioPolicyCompatClient.cpp:29: hardware/libhardware_legacy/include/hardware_legacy/AudioPolicyInterface.h:117:37: error: 'audio_input_clients' has not been declared In file included from hardware/libhardware_legacy/audio/AudioPolicyCompatClient.h:25:0, from hardware/libhardware_legacy/audio/AudioPolicyCompatClient.cpp:29: hardware/libhardware_legacy/include/hardware_legacy/AudioPolicyInterface.h:229:41: error: 'audio_input_clients' has not been declared hardware/libhardware_legacy/include/hardware_legacy/AudioPolicyInterface.h:231:58: error: 'audio_input_clients' has not been declared In file included from hardware/libhardware_legacy/audio/AudioPolicyCompatClient.cpp:29:0: hardware/libhardware_legacy/audio/AudioPolicyCompatClient.h:59:41: error: 'audio_input_clients' has not been declared hardware/libhardware_legacy/audio/AudioPolicyCompatClient.h:61:33: error: 'audio_input_clients' has not been declared hardware/libhardware_legacy/audio/AudioPolicyCompatClient.cpp:79:54: error: 'audio_input_clients' has not been declared hardware/libhardware_legacy/audio/AudioPolicyCompatClient.cpp:86:45: error: 'audio_input_clients' has not been declared make: *** [/home/alvaro/Paranoia/out/target/product/kumquat/obj/STATIC_LIBRARIES/libaudiopolicy_legacy_intermediates/AudioPolicyCompatClient.o] Error 1 In file included from hardware/libhardware_legacy/audio/audio_policy_hal.cpp:25:0: hardware/libhardware/include/hardware/audio_policy.h:164:36: error: 'audio_input_clients' has not been declared In file included from hardware/libhardware_legacy/audio/audio_policy_hal.cpp:25:0: hardware/libhardware/include/hardware/audio_policy.h:322:37: error: 'audio_input_clients' has not been declared hardware/libhardware/include/hardware/audio_policy.h:326:25: error: 'audio_input_clients' has not been declared In file included from hardware/libhardware_legacy/audio/audio_policy_hal.cpp:25:0: hardware/libhardware/include/hardware/audio_policy.h:427:37: error: 'audio_input_clients' has not been declared In file included from hardware/libhardware_legacy/audio/audio_policy_hal.cpp:27:0: hardware/libhardware_legacy/include/hardware_legacy/AudioPolicyInterface.h:117:37: error: 'audio_input_clients' has not been declared In file included from hardware/libhardware_legacy/audio/audio_policy_hal.cpp:27:0: hardware/libhardware_legacy/include/hardware_legacy/AudioPolicyInterface.h:229:41: error: 'audio_input_clients' has not been declared hardware/libhardware_legacy/include/hardware_legacy/AudioPolicyInterface.h:231:58: error: 'audio_input_clients' has not been declared In file included from hardware/libhardware_legacy/audio/audio_policy_hal.cpp:30:0: hardware/libhardware_legacy/audio/AudioPolicyCompatClient.h:59:41: error: 'audio_input_clients' has not been declared hardware/libhardware_legacy/audio/AudioPolicyCompatClient.h:61:33: error: 'audio_input_clients' has not been declared hardware/libhardware_legacy/audio/audio_policy_hal.cpp:182:39: error: 'audio_input_clients' has not been declared make: *** [/home/alvaro/Paranoia/out/target/product/kumquat/obj/STATIC_LIBRARIES/libaudiopolicy_legacy_intermediates/audio_policy_hal.o] Error 1 In file included from hardware/libhardware_legacy/include/hardware_legacy/AudioPolicyInterface.h:25:0, from hardware/libhardware_legacy/include/hardware_legacy/AudioPolicyManagerBase.h:28, from hardware/libhardware_legacy/audio/AudioPolicyManagerBase.cpp:37: hardware/libhardware/include/hardware/audio_policy.h:164:36: error: 'audio_input_clients' has not been declared In file included from hardware/libhardware_legacy/include/hardware_legacy/AudioPolicyInterface.h:25:0, from hardware/libhardware_legacy/include/hardware_legacy/AudioPolicyManagerBase.h:28, from hardware/libhardware_legacy/audio/AudioPolicyManagerBase.cpp:37: hardware/libhardware/include/hardware/audio_policy.h:322:37: error: 'audio_input_clients' has not been declared hardware/libhardware/include/hardware/audio_policy.h:326:25: error: 'audio_input_clients' has not been declared In file included from hardware/libhardware_legacy/include/hardware_legacy/AudioPolicyInterface.h:25:0, from hardware/libhardware_legacy/include/hardware_legacy/AudioPolicyManagerBase.h:28, from hardware/libhardware_legacy/audio/AudioPolicyManagerBase.cpp:37: hardware/libhardware/include/hardware/audio_policy.h:427:37: error: 'audio_input_clients' has not been declared In file included from hardware/libhardware_legacy/include/hardware_legacy/AudioPolicyManagerBase.h:28:0, from hardware/libhardware_legacy/audio/AudioPolicyManagerBase.cpp:37: hardware/libhardware_legacy/include/hardware_legacy/AudioPolicyInterface.h:117:37: error: 'audio_input_clients' has not been declared In file included from hardware/libhardware_legacy/include/hardware_legacy/AudioPolicyManagerBase.h:28:0, from hardware/libhardware_legacy/audio/AudioPolicyManagerBase.cpp:37: hardware/libhardware_legacy/include/hardware_legacy/AudioPolicyInterface.h:229:41: error: 'audio_input_clients' has not been declared hardware/libhardware_legacy/include/hardware_legacy/AudioPolicyInterface.h:231:58: error: 'audio_input_clients' has not been declared In file included from hardware/libhardware_legacy/audio/AudioPolicyManagerBase.cpp:37:0: hardware/libhardware_legacy/include/hardware_legacy/AudioPolicyManagerBase.h:111:45: error: 'audio_input_clients' has not been declared hardware/libhardware_legacy/audio/AudioPolicyManagerBase.cpp:917:37: error: 'audio_input_clients' has not been declared make: *** [/home/alvaro/Paranoia/out/target/product/kumquat/obj/STATIC_LIBRARIES/libaudiopolicy_legacy_intermediates/AudioPolicyManagerBase.o] Error 1
__________________
|
#8
|
||||
|
||||
Pues creo que ya he solucionado ese error, pero ahora me sale este:
Código:
hardware/ste-sony/display/libgralloc/hwmem_gralloc.c: In function 'get_format_bpp': hardware/ste-sony/display/libgralloc/hwmem_gralloc.c:1245:14: error: 'HAL_PIXEL_FORMAT_RGBA_5551' undeclared (first use in this function) hardware/ste-sony/display/libgralloc/hwmem_gralloc.c:1245:14: note: each undeclared identifier is reported only once for each function it appears in hardware/ste-sony/display/libgralloc/hwmem_gralloc.c:1246:14: error: 'HAL_PIXEL_FORMAT_RGBA_4444' undeclared (first use in this function) hardware/ste-sony/display/libgralloc/hwmem_gralloc.c:1248:14: error: 'HAL_PIXEL_FORMAT_YCbCr_422_P' undeclared (first use in this function) hardware/ste-sony/display/libgralloc/hwmem_gralloc.c:1250:14: error: 'HAL_PIXEL_FORMAT_CbYCrY_422_I' undeclared (first use in this function) hardware/ste-sony/display/libgralloc/hwmem_gralloc.c:1251:14: error: 'HAL_PIXEL_FORMAT_YCrCb_422_SP' undeclared (first use in this function) hardware/ste-sony/display/libgralloc/hwmem_gralloc.c:1252:14: error: 'HAL_PIXEL_FORMAT_YCrCb_422_P' undeclared (first use in this function) hardware/ste-sony/display/libgralloc/hwmem_gralloc.c:1256:14: error: 'HAL_PIXEL_FORMAT_YCBCR42XMBN' undeclared (first use in this function) hardware/ste-sony/display/libgralloc/hwmem_gralloc.c:1257:14: error: 'HAL_PIXEL_FORMAT_YCbCr_420_SP' undeclared (first use in this function) hardware/ste-sony/display/libgralloc/hwmem_gralloc.c:1258:14: error: 'HAL_PIXEL_FORMAT_YCbCr_420_P' undeclared (first use in this function) hardware/ste-sony/display/libgralloc/hwmem_gralloc.c:1259:14: error: 'HAL_PIXEL_FORMAT_YCbCr_420_I' undeclared (first use in this function) hardware/ste-sony/display/libgralloc/hwmem_gralloc.c:1260:14: error: 'HAL_PIXEL_FORMAT_CbYCrY_420_I' undeclared (first use in this function) hardware/ste-sony/display/libgralloc/hwmem_gralloc.c:1262:14: error: 'HAL_PIXEL_FORMAT_YCrCb_420_P' undeclared (first use in this function) hardware/ste-sony/display/libgralloc/hwmem_gralloc.c: In function 'is_non_planar_and_independent_pixel_format': hardware/ste-sony/display/libgralloc/hwmem_gralloc.c:1285:14: error: 'HAL_PIXEL_FORMAT_RGBA_5551' undeclared (first use in this function) hardware/ste-sony/display/libgralloc/hwmem_gralloc.c:1286:14: error: 'HAL_PIXEL_FORMAT_RGBA_4444' undeclared (first use in this function) hardware/ste-sony/display/libgralloc/hwmem_gralloc.c: In function 'get_format_width_and_height_alignment': hardware/ste-sony/display/libgralloc/hwmem_gralloc.c:1315:14: error: 'HAL_PIXEL_FORMAT_YCbCr_422_P' undeclared (first use in this function) hardware/ste-sony/display/libgralloc/hwmem_gralloc.c:1317:14: error: 'HAL_PIXEL_FORMAT_CbYCrY_422_I' undeclared (first use in this function) hardware/ste-sony/display/libgralloc/hwmem_gralloc.c:1318:14: error: 'HAL_PIXEL_FORMAT_YCrCb_422_SP' undeclared (first use in this function) hardware/ste-sony/display/libgralloc/hwmem_gralloc.c:1319:14: error: 'HAL_PIXEL_FORMAT_YCrCb_422_P' undeclared (first use in this function) hardware/ste-sony/display/libgralloc/hwmem_gralloc.c:1324:14: error: 'HAL_PIXEL_FORMAT_YCbCr_420_SP_TILED' undeclared (first use in this function) hardware/ste-sony/display/libgralloc/hwmem_gralloc.c:1325:14: error: 'HAL_PIXEL_FORMAT_YCbCr_420_SP' undeclared (first use in this function) hardware/ste-sony/display/libgralloc/hwmem_gralloc.c:1326:14: error: 'HAL_PIXEL_FORMAT_YCbCr_420_P' undeclared (first use in this function) hardware/ste-sony/display/libgralloc/hwmem_gralloc.c:1327:14: error: 'HAL_PIXEL_FORMAT_YCbCr_420_I' undeclared (first use in this function) hardware/ste-sony/display/libgralloc/hwmem_gralloc.c:1328:14: error: 'HAL_PIXEL_FORMAT_YCrCb_420_SP_TILED' undeclared (first use in this function) hardware/ste-sony/display/libgralloc/hwmem_gralloc.c:1330:14: error: 'HAL_PIXEL_FORMAT_YCrCb_420_P' undeclared (first use in this function) hardware/ste-sony/display/libgralloc/hwmem_gralloc.c:1331:14: error: 'HAL_PIXEL_FORMAT_CbYCrY_420_I' undeclared (first use in this function) hardware/ste-sony/display/libgralloc/hwmem_gralloc.c:1337:14: error: 'HAL_PIXEL_FORMAT_RGBA_5551' undeclared (first use in this function) hardware/ste-sony/display/libgralloc/hwmem_gralloc.c:1338:14: error: 'HAL_PIXEL_FORMAT_RGBA_4444' undeclared (first use in this function) hardware/ste-sony/display/libgralloc/hwmem_gralloc.c:1356:14: error: 'HAL_PIXEL_FORMAT_YCBCR42XMBN' undeclared (first use in this function) make: *** [/home/alvaro/Paranoia/out/target/product/kumquat/obj/SHARED_LIBRARIES/gralloc.montblanc_intermediates/hwmem_gralloc.o] Error 1 make: *** Se espera a que terminen otras tareas.... hardware/ste-sony/display/libhwcomposer/hwcomposer.c: In function 'get_stride': hardware/ste-sony/display/libhwcomposer/hwcomposer.c:197:14: error: 'HAL_PIXEL_FORMAT_YCbCr_420_SP' undeclared (first use in this function) hardware/ste-sony/display/libhwcomposer/hwcomposer.c:197:14: note: each undeclared identifier is reported only once for each function it appears in hardware/ste-sony/display/libhwcomposer/hwcomposer.c:198:14: error: 'HAL_PIXEL_FORMAT_YCbCr_422_P' undeclared (first use in this function) hardware/ste-sony/display/libhwcomposer/hwcomposer.c:199:14: error: 'HAL_PIXEL_FORMAT_YCbCr_420_P' undeclared (first use in this function) hardware/ste-sony/display/libhwcomposer/hwcomposer.c:201:14: error: 'HAL_PIXEL_FORMAT_YCrCb_422_SP' undeclared (first use in this function) hardware/ste-sony/display/libhwcomposer/hwcomposer.c:202:14: error: 'HAL_PIXEL_FORMAT_YCrCb_422_P' undeclared (first use in this function) hardware/ste-sony/display/libhwcomposer/hwcomposer.c:203:14: error: 'HAL_PIXEL_FORMAT_YCrCb_420_P' undeclared (first use in this function) hardware/ste-sony/display/libhwcomposer/hwcomposer.c:206:14: error: 'HAL_PIXEL_FORMAT_YCBCR42XMBN' undeclared (first use in this function) hardware/ste-sony/display/libhwcomposer/hwcomposer.c:212:14: error: 'HAL_PIXEL_FORMAT_CbYCrY_422_I' undeclared (first use in this function) hardware/ste-sony/display/libhwcomposer/hwcomposer.c: In function 'to_compdev_format': hardware/ste-sony/display/libhwcomposer/hwcomposer.c:241:14: error: 'HAL_PIXEL_FORMAT_YCBCR42XMBN' undeclared (first use in this function) hardware/ste-sony/display/libhwcomposer/hwcomposer.c:245:14: error: 'HAL_PIXEL_FORMAT_YCbCr_420_SP' undeclared (first use in this function) hardware/ste-sony/display/libhwcomposer/hwcomposer.c:249:14: error: 'HAL_PIXEL_FORMAT_YCrCb_420_P' undeclared (first use in this function) hardware/ste-sony/display/libhwcomposer/hwcomposer.c:251:14: error: 'HAL_PIXEL_FORMAT_YCbCr_420_P' undeclared (first use in this function) hardware/ste-sony/display/libhwcomposer/hwcomposer.c: In function 'bufferIsYUV': hardware/ste-sony/display/libhwcomposer/hwcomposer.c:532:10: error: 'HAL_PIXEL_FORMAT_YCbCr_420_SP' undeclared (first use in this function) hardware/ste-sony/display/libhwcomposer/hwcomposer.c:533:10: error: 'HAL_PIXEL_FORMAT_YCbCr_422_P' undeclared (first use in this function) hardware/ste-sony/display/libhwcomposer/hwcomposer.c:534:10: error: 'HAL_PIXEL_FORMAT_YCbCr_420_P' undeclared (first use in this function) hardware/ste-sony/display/libhwcomposer/hwcomposer.c:536:10: error: 'HAL_PIXEL_FORMAT_YCrCb_422_SP' undeclared (first use in this function) hardware/ste-sony/display/libhwcomposer/hwcomposer.c:537:10: error: 'HAL_PIXEL_FORMAT_YCrCb_422_P' undeclared (first use in this function) hardware/ste-sony/display/libhwcomposer/hwcomposer.c:538:10: error: 'HAL_PIXEL_FORMAT_YCrCb_420_P' undeclared (first use in this function) hardware/ste-sony/display/libhwcomposer/hwcomposer.c:539:10: error: 'HAL_PIXEL_FORMAT_YCBCR42XMBN' undeclared (first use in this function) hardware/ste-sony/display/libhwcomposer/hwcomposer.c:541:10: error: 'HAL_PIXEL_FORMAT_CbYCrY_422_I' undeclared (first use in this function) hardware/ste-sony/display/liblights/lights.c:34:27: fatal error: lights-device.h: No such file or directory compilation terminated. make: *** [/home/alvaro/Paranoia/out/target/product/kumquat/obj/SHARED_LIBRARIES/hwcomposer.montblanc_intermediates/hwcomposer.o] Error 1 make: *** [/home/alvaro/Paranoia/out/target/product/kumquat/obj/SHARED_LIBRARIES/lights.montblanc_intermediates/lights.o] Error 1 In file included from hardware/libhardware_legacy/audio/AudioPolicyCompatClient.cpp:25:0: hardware/libhardware/include/hardware/audio_policy.h:164:36: error: 'audio_input_clients' has not been declared In file included from hardware/libhardware_legacy/audio/AudioPolicyCompatClient.cpp:25:0: hardware/libhardware/include/hardware/audio_policy.h:322:37: error: 'audio_input_clients' has not been declared hardware/libhardware/include/hardware/audio_policy.h:326:25: error: 'audio_input_clients' has not been declared In file included from hardware/libhardware_legacy/audio/AudioPolicyCompatClient.cpp:25:0: hardware/libhardware/include/hardware/audio_policy.h:427:37: error: 'audio_input_clients' has not been declared In file included from hardware/libhardware_legacy/audio/AudioPolicyCompatClient.h:25:0, from hardware/libhardware_legacy/audio/AudioPolicyCompatClient.cpp:29: hardware/libhardware_legacy/include/hardware_legacy/AudioPolicyInterface.h:117:37: error: 'audio_input_clients' has not been declared In file included from hardware/libhardware_legacy/audio/AudioPolicyCompatClient.h:25:0, from hardware/libhardware_legacy/audio/AudioPolicyCompatClient.cpp:29: hardware/libhardware_legacy/include/hardware_legacy/AudioPolicyInterface.h:229:41: error: 'audio_input_clients' has not been declared hardware/libhardware_legacy/include/hardware_legacy/AudioPolicyInterface.h:231:58: error: 'audio_input_clients' has not been declared In file included from hardware/libhardware_legacy/audio/AudioPolicyCompatClient.cpp:29:0: hardware/libhardware_legacy/audio/AudioPolicyCompatClient.h:59:41: error: 'audio_input_clients' has not been declared hardware/libhardware_legacy/audio/AudioPolicyCompatClient.h:61:33: error: 'audio_input_clients' has not been declared hardware/libhardware_legacy/audio/AudioPolicyCompatClient.cpp:79:54: error: 'audio_input_clients' has not been declared hardware/libhardware_legacy/audio/AudioPolicyCompatClient.cpp:86:45: error: 'audio_input_clients' has not been declared make: *** [/home/alvaro/Paranoia/out/target/product/kumquat/obj/STATIC_LIBRARIES/libaudiopolicy_legacy_intermediates/AudioPolicyCompatClient.o] Error 1 In file included from hardware/libhardware_legacy/audio/audio_policy_hal.cpp:25:0: hardware/libhardware/include/hardware/audio_policy.h:164:36: error: 'audio_input_clients' has not been declared In file included from hardware/libhardware_legacy/audio/audio_policy_hal.cpp:25:0: hardware/libhardware/include/hardware/audio_policy.h:322:37: error: 'audio_input_clients' has not been declared hardware/libhardware/include/hardware/audio_policy.h:326:25: error: 'audio_input_clients' has not been declared In file included from hardware/libhardware_legacy/audio/audio_policy_hal.cpp:25:0: hardware/libhardware/include/hardware/audio_policy.h:427:37: error: 'audio_input_clients' has not been declared In file included from hardware/libhardware_legacy/audio/audio_policy_hal.cpp:27:0: hardware/libhardware_legacy/include/hardware_legacy/AudioPolicyInterface.h:117:37: error: 'audio_input_clients' has not been declared In file included from hardware/libhardware_legacy/audio/audio_policy_hal.cpp:27:0: hardware/libhardware_legacy/include/hardware_legacy/AudioPolicyInterface.h:229:41: error: 'audio_input_clients' has not been declared hardware/libhardware_legacy/include/hardware_legacy/AudioPolicyInterface.h:231:58: error: 'audio_input_clients' has not been declared In file included from hardware/libhardware_legacy/audio/audio_policy_hal.cpp:30:0: hardware/libhardware_legacy/audio/AudioPolicyCompatClient.h:59:41: error: 'audio_input_clients' has not been declared hardware/libhardware_legacy/audio/AudioPolicyCompatClient.h:61:33: error: 'audio_input_clients' has not been declared hardware/libhardware_legacy/audio/audio_policy_hal.cpp:182:39: error: 'audio_input_clients' has not been declared make: *** [/home/alvaro/Paranoia/out/target/product/kumquat/obj/STATIC_LIBRARIES/libaudiopolicy_legacy_intermediates/audio_policy_hal.o] Error 1 In file included from hardware/libhardware_legacy/include/hardware_legacy/AudioPolicyInterface.h:25:0, from hardware/libhardware_legacy/include/hardware_legacy/AudioPolicyManagerBase.h:28, from hardware/libhardware_legacy/audio/AudioPolicyManagerBase.cpp:37: hardware/libhardware/include/hardware/audio_policy.h:164:36: error: 'audio_input_clients' has not been declared In file included from hardware/libhardware_legacy/include/hardware_legacy/AudioPolicyInterface.h:25:0, from hardware/libhardware_legacy/include/hardware_legacy/AudioPolicyManagerBase.h:28, from hardware/libhardware_legacy/audio/AudioPolicyManagerBase.cpp:37: hardware/libhardware/include/hardware/audio_policy.h:322:37: error: 'audio_input_clients' has not been declared hardware/libhardware/include/hardware/audio_policy.h:326:25: error: 'audio_input_clients' has not been declared In file included from hardware/libhardware_legacy/include/hardware_legacy/AudioPolicyInterface.h:25:0, from hardware/libhardware_legacy/include/hardware_legacy/AudioPolicyManagerBase.h:28, from hardware/libhardware_legacy/audio/AudioPolicyManagerBase.cpp:37: hardware/libhardware/include/hardware/audio_policy.h:427:37: error: 'audio_input_clients' has not been declared In file included from hardware/libhardware_legacy/include/hardware_legacy/AudioPolicyManagerBase.h:28:0, from hardware/libhardware_legacy/audio/AudioPolicyManagerBase.cpp:37: hardware/libhardware_legacy/include/hardware_legacy/AudioPolicyInterface.h:117:37: error: 'audio_input_clients' has not been declared In file included from hardware/libhardware_legacy/include/hardware_legacy/AudioPolicyManagerBase.h:28:0, from hardware/libhardware_legacy/audio/AudioPolicyManagerBase.cpp:37: hardware/libhardware_legacy/include/hardware_legacy/AudioPolicyInterface.h:229:41: error: 'audio_input_clients' has not been declared hardware/libhardware_legacy/include/hardware_legacy/AudioPolicyInterface.h:231:58: error: 'audio_input_clients' has not been declared In file included from hardware/libhardware_legacy/audio/AudioPolicyManagerBase.cpp:37:0: hardware/libhardware_legacy/include/hardware_legacy/AudioPolicyManagerBase.h:111:45: error: 'audio_input_clients' has not been declared hardware/libhardware_legacy/audio/AudioPolicyManagerBase.cpp:917:37: error: 'audio_input_clients' has not been declared make: *** [/home/alvaro/Paranoia/out/target/product/kumquat/obj/STATIC_LIBRARIES/libaudiopolicy_legacy_intermediates/AudioPolicyManagerBase.o] Error 1 ![]() https://github.com/XperiaSTE/android...7e18db764a3a7e https://github.com/XperiaSTE/android...5195b0b69a4177 https://github.com/XperiaSTE/android...1c37b76918db06 https://github.com/XperiaSTE/android...44f3fe1db74ed7 De todas formas, estás usando este repo ¿no?: https://github.com/XperiaSTE/android...ommits/cm-11.0 |
Gracias de parte de: | ||
#9
|
||||
|
||||
Creo que lo voy a dejar para verano. Empiezo en nada los exámenes y no quiero despistarme. Cuando lo retome os aviso!!
__________________
|
Gracias de parte de: | ||
![]() |
![]() |
||||||
|