commit | 926b0d44f69b0c7972c971456ffeb67b5965ccc2 | [log] [tgz] |
---|---|---|
author | Primiano Tucci <primiano@google.com> | Fri Sep 29 04:10:16 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Sep 29 04:10:16 2017 +0000 |
tree | ec62c76cfe730f9fa3f0ce0422768aaa0091f735 | |
parent | d8b7573689b4868ed1410531f986e0b6624f7e41 [diff] | |
parent | 0825bc835bd954784adee5a1c563c0b8d1cac664 [diff] |
Add support for llvm-based sanitizers. am: 0825bc835b Change-Id: I4fc16935743d8a1a5a406033f2409bf03cbf6ecd
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.