commit | b52ed47a2d215d3d3f87ea452800039cb1e21bec | [log] [tgz] |
---|---|---|
author | Primiano Tucci <primiano@google.com> | Fri Sep 29 17:50:55 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Sep 29 17:50:55 2017 +0000 |
tree | 06fab59bf289bc824f55fa8b2a7e2e586031f692 | |
parent | d47033982b02a9d600ca7dac0c912f3b2cf6783d [diff] | |
parent | ac3fd3ec81910657551eaef154c97d6f15fc121d [diff] |
Add support for running llvm sanitizers on Android am: ac3fd3ec81 Change-Id: Ife2542d20b8b1980524b848fa2c9c751547f2039
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.