DescriptionIn order to reduce fiddling with V8 binaries in our chromium integration and speed up the building we need an option to build only libadblockplus.a
Now one can achieve it by specifying `SUB_ACTION` to `make` with the value `libadblockplus`.
E.g. `make SUB_ACTION=libadblockplus`
Pay attention that since android makefiles are too smart one still has to provide the existing v8_monolith binary although it's not used after evaluation of the generated Makefiles.
Patch Set 1 #MessagesTotal messages: 2
|