commit | 52395ee581d5bbcfed95f6fe15c053fb3424ad15 | [log] [tgz] |
---|---|---|
author | Primiano Tucci <primiano@google.com> | Thu Oct 12 00:17:58 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Oct 12 00:17:58 2017 +0000 |
tree | c0b8d6c7ee9781a4f5ce4f39ab5759ffc83a0e45 | |
parent | a300a514b18ed64e84385ac619ab8a73c18dc220 [diff] | |
parent | 104bd6d3ccb240b5e5dc0d3f91ef0d8f4ef2abed [diff] |
Add support for git cl format am: 104bd6d3cc Change-Id: If25208a907d7b236368f7c21adc012604c6c9288
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.