1. the preparation item to build

Before running the build.sh file, you should copy two files to relevant directory such as below directory.

  1) src/third_party/skia/src/lib/target/Release/libsweskia.so
  2) src/v8/lib/target/libswev8.so
  3) src/third_party/android_tools directory


2. How to get two libraries
  1) the download method of "libsweskia.so"
     a) git clone https://webtech-devx.qualcomm.com/swe/packages/skia/src.git
     b) chromium_lge  : git checkout remotes/origin/2.2.0
     c) replace directory : skia/src/lib -> chromium_lge/src/third_party/skia/src/lib (LGE path)

  2) the download method of "libswev8.so"
     a) git clone https://webtech-devx.qualcomm.com/swe/packages/v8.git
     b) chromium_lge : git checkout remotes/origin/F.2.8
     c) replace directory : v8/lib -> chromium_lge/src/v8/lib (LGE path)

3. How to get one directory
  1) the download method of "android_tools" directory
     a) git clone git://codeaurora.org/quic/chrome4sdp/android_tools.git
     b) cd android_tools
     c) git checkout f5f287760f2b10b2d266dd32e7add1a77ab81770
     d) replace directory : android_tools -> chromium_lge/src/third_party/android_tools (LGE path)

4. How to build

$ ./build.sh

liblgewebviewchromium.so will be built and located in src/out/Release/lib/
