commit | a300a514b18ed64e84385ac619ab8a73c18dc220 | [log] [tgz] |
---|---|---|
author | Hector Dearman <hjd@google.com> | Mon Oct 09 19:04:42 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Mon Oct 09 19:04:42 2017 +0000 |
tree | 4a54027606e191c493812060ad52f3cb1fb78794 | |
parent | 3a89bc8ec823202eac4db7da78286c813962087f [diff] | |
parent | edb3bebcf6a5c16b5ad94d7ba68aeb9d4a0c7927 [diff] |
Remove no-macro-redefined am: edb3bebcf6 Change-Id: I94c130b20795969aa55b063b1cd18a994d330ff3
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.