commit | 30a9f7f23adb15ce2541327098a1e337a88ef3ca | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Oct 12 12:56:28 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Oct 12 12:56:28 2017 +0000 |
tree | ce74e363c30e3f43b01e22b6c72e5ec73d1ceefc | |
parent | 88a1011822e207144568fdf543e804e5d4405c50 [diff] | |
parent | 0ed1f691065978c7d9e8cf0d4fb701fb1605bd32 [diff] |
Merge "Fix test marker in android_run_test"
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.