commit | 3a946ae1a739f1aa1d2162257e8305c49b8da6bf | [log] [tgz] |
---|---|---|
author | Sami Kyostila <skyostil@google.com> | Fri Sep 29 14:56:36 2017 +0100 |
committer | Sami Kyostila <skyostil@google.com> | Fri Sep 29 14:56:36 2017 +0100 |
tree | 50a775bb4bbcebab8b25209e7fab7b72923594d6 | |
parent | 0825bc835bd954784adee5a1c563c0b8d1cac664 [diff] |
Ignore unknown warning flags with clang Make clang ignore unknown warning flags in order to support older versions of the compiler. Change-Id: Icff0345e63623d171ec778f5c830b8e0dd7cc433
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.