commit | c50ddba9d436b357476e1f5b49d23f798c09441e | [log] [tgz] |
---|---|---|
author | Hector Dearman <hjd@google.com> | Thu Oct 12 12:00:34 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Oct 12 12:00:34 2017 +0000 |
tree | e807c4e149e902c883da3e2d2f86a3d81fed9bc7 | |
parent | 3199739b255510b90dcf2e264ed1481895ce227b [diff] | |
parent | 88a1011822e207144568fdf543e804e5d4405c50 [diff] |
Add benchmark library am: 88a1011822 Change-Id: I8713bba29b7adce33a694de34019ee8c8e7d8bf0
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.