- Jul 15, 2014
- 157
- 40
Hello everyone!
I'm trying to compile AOSP 5.1 using the source code by mitwo-dev and Ivan:
https://github.com/mitwo-dev/android_local_manifest
But when trying to compile I get this error:
make: *** No hay ninguna regla para construir el objetivo 'out/target/product/aries/obj/STATIC_LIBRARIES/libqc-skia_intermediates/export_includes', necesario para 'out/target/product/aries/obj/SHARED_LIBRARIES/libskia_intermediates/import_includes'. Alto.
#### make failed to build some targets (04:59 (mm:ss)) ####
I have run the script extract-files.sh in order to take some libraries from the phone but it says that it can't locate the one that gives me that make error.
Any ideas?
Thanks in advance
EDIT: I finally solved it by myself. The problem was that the folder external/skia by codeaurora is corrupted so I downloaded that folder from the google git servers
I'm trying to compile AOSP 5.1 using the source code by mitwo-dev and Ivan:
https://github.com/mitwo-dev/android_local_manifest
But when trying to compile I get this error:
make: *** No hay ninguna regla para construir el objetivo 'out/target/product/aries/obj/STATIC_LIBRARIES/libqc-skia_intermediates/export_includes', necesario para 'out/target/product/aries/obj/SHARED_LIBRARIES/libskia_intermediates/import_includes'. Alto.
#### make failed to build some targets (04:59 (mm:ss)) ####
I have run the script extract-files.sh in order to take some libraries from the phone but it says that it can't locate the one that gives me that make error.
Any ideas?
Thanks in advance
EDIT: I finally solved it by myself. The problem was that the folder external/skia by codeaurora is corrupted so I downloaded that folder from the google git servers
Last edited: