我用tiny210 android 4.0.3的源码
编译自己的sdk
使用 make PRODUCT-sdk-sdk指令编译
报
build/core/main.mk:674: *** Module 'emulator' in PRODUCT_PACKAGES has nothing to install!. Stop.
然后在\build\target\product\sdk.mk 去掉
emulator \
报如下错误
继续编译Install: out/target/product/generic/system/lib/hw/gralloc.default.so
target thumb C++: gralloc.goldfish <= development/tools/emulator/opengl/system/gralloc/gralloc.cpp
development/tools/emulator/opengl/system/gralloc/gralloc.cpp:790: sorry, unimplemented: non-trivial designated initializers not supported
development/tools/emulator/opengl/system/gralloc/gralloc.cpp:790: sorry, unimplemented: non-trivial designated initializers not supported
development/tools/emulator/opengl/system/gralloc/gralloc.cpp:790: warning: missing initializer for member 'gralloc_module_t::reserved_proc'
make: *** [out/target/product/generic/obj/SHARED_LIBRARIES/gralloc.goldfish_intermediates/gralloc.o] Error 1
请问如何才能在 tiny210 提供的源码上 编译出sdk