commit | 7e2fc0d30e3389c3f809135b2f1f492c02e4974a | [log] [tgz] |
---|---|---|
author | Primiano Tucci <primiano@google.com> | Sun Oct 01 11:43:12 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Sun Oct 01 11:43:12 2017 +0000 |
tree | 2bf3cb3d0ac671776207a90a411ab9b80bb348ca | |
parent | b52ed47a2d215d3d3f87ea452800039cb1e21bec [diff] | |
parent | 8800a9555f3ec2ba8b4c553f831040a5931a4fae [diff] |
Merge "Ignore unknown warning flags with clang" am: 8800a9555f Change-Id: I4046ca13b56e7272e0acc140eefb606e6f4b0528
If you are a chromium developer and have depot_tools installed you can avoid the build/
prefix below and just use gn/ninja from depot_tools.
build/install-build-deps
to install third-party build deps (NDK etc)build/gn args out/android
to generate build files and enter in the editor:target_os = "android" # or "linux" for local testing target_cpu = "arm" # or "arm64" is_debug = true # or false for release
build/ninja -C out/android all
TODO. The plan is to autogenerate the Android.bp build files from the master GN build files (or temporarily maintain both until we can autogenerate them). Will come in next CLs.