commit | 6e4f0152e391d2a7802c635f7ee8c022063c8d8c | [log] [tgz] |
---|---|---|
author | Primiano Tucci <primiano@google.com> | Thu Oct 12 13:01:14 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Oct 12 13:01:14 2017 +0000 |
tree | ce74e363c30e3f43b01e22b6c72e5ec73d1ceefc | |
parent | c50ddba9d436b357476e1f5b49d23f798c09441e [diff] | |
parent | 30a9f7f23adb15ce2541327098a1e337a88ef3ca [diff] |
Merge "Fix test marker in android_run_test" am: 30a9f7f23a Change-Id: Ia6716f2f20c8c2e1705c40d46961c5e09e28fee8
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.