commit | e5250766a49bdaf3f1b3c92b6f20321eec957aa2 | [log] [tgz] |
---|---|---|
author | Primiano Tucci <primiano@google.com> | Tue Oct 03 19:48:40 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Oct 03 19:48:40 2017 +0000 |
tree | e2de75674be6bb0a94492e61bd1a8de423f76c31 | |
parent | 843ee9edd70385cec8883cc1ac652e4848309baf [diff] | |
parent | e0ccef982290b8353dcb9199a48a90b67bc51d8c [diff] |
Add AOSP -> GitHub mirror bot and CI frontend am: e0ccef9822 Change-Id: If98fd93b1b76bbfff05aab355d055478836b0e6b
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.