开发者

How to build _just_ libwebcore.so instead of the whole froyo source

H开发者_运维知识库aving checked out the froyo code I can successfully build froyo, but what I really want is only building libwebcore.so, is there a special target for this?

Just make -f Android.mk in external/webkit isn't working for the obvious reasons.


Assuming you've sourced build/envsetup.sh and "lunched" appropriately...

Approach #1:

% mmm external/webkit

Approach #2

% cd external/webkit
% mm

Approach #3:

% make libwebcore

-or-

% make libwebcore libjs

depending on which javascript engine you have configured.


make libwebcore seems to do the trick

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜