- 13 Nov, 2015 8 commits
-
-
Josh Gao authored
Change-Id: I84a4a3500f2a9a386e1ddb11405448644b2bad2c
-
Josh Gao authored
Change-Id: I1774ed74a52a4b086136e869482ec70bd6831b72
-
Josh Gao authored
Bug: http://b/25648674 Change-Id: Iae021a611ad77cf721d36213d6b276a2023042b1
-
Josh Gao authored
* changes: ndk-gdb.py: fix library pulling. ndk-gdb.py: fix changed prebuilt path.
-
Glenn Kasten authored
-
Glenn Kasten authored
Change-Id: I7e9209c4e318708c52858fa1ac17b8dba928dc7a
-
Josh Gao authored
Change-Id: I7213f3b47d12448fe1eeacf0743ee58d52fbfdf7
-
Josh Gao authored
Change-Id: I95bc77792ca6f2a60827aa36758709115da4c7df
-
- 11 Nov, 2015 11 commits
-
-
Josh Gao authored
-
Josh Gao authored
Change-Id: Ibbc7f4ea185b60f4521254dc6b99130bc16d964f
-
Dan Albert authored
-
Dan Albert authored
-
Dan Albert authored
-
Dan Albert authored
-
Dan Albert authored
Bug: http://b/25561378 Change-Id: I28170e8af990efe212ce586f8bd80a7ea1cf39d2
-
Dan Albert authored
Change-Id: Ie73cff2b42196ae4daa62fca701107c57a668292
-
Dan Albert authored
Using package.py will keep us honest because it will build the final release out of only the modules we build rather than including the contents of source directories like ndk/. Bug: http://b/24985283 Change-Id: Icd38d573a2d47129879c9509d6ed88c055f65040
-
Dan Albert authored
Previously the module was built only when building GCC (with --module gcc or build.py in toolchain/gcc), but doing that is a waste of time. This changes the meaning of the GCC module from "build GCC from source" to "package the prebuilt GCC for the NDK". Change-Id: I8309d758cb1ae5b1ea816348c3f5c1d4a67aa281
-
Dan Albert authored
-
- 09 Nov, 2015 2 commits
-
-
Dan Albert authored
Bug: http://b/24985283 Change-Id: I485da5296ce98b3c4878706b24717db82ad9bf91
-
Dan Albert authored
-
- 07 Nov, 2015 3 commits
-
-
Dan Albert authored
-
Dan Albert authored
This has traditionally been done by package-release.sh, but we're shipping the modules now and we don't want those to have these things either. Change-Id: I9eb3c78f3b15ab18ef74c21f4d6acc44c28b1edb
-
Dan Albert authored
Change-Id: I34e566b0095ee4c0f574b03d6dd1eb3f9dd77ee9
-
- 05 Nov, 2015 6 commits
-
-
Dan Albert authored
-
Dan Albert authored
The prebuilt/ directory no longer contains the linux-x86_64 (or whatever) directory, so we can't use that to detect our host OS. Also need to fix up all the paths. Change-Id: Ie880fdd52d15ea76a19ecee4132b1744350d2b78
-
Dan Albert authored
-
Dan Albert authored
This is the conglomeration of all the common host tools. The way things are organized right now, these are essentially all required. Some of these things can be broken out. Android Studio users don't need GDB, Make, or Awk. Change-Id: I35f7a3bdb7eab4b9069f99b30a522062ada55342
-
Dan Albert authored
-
Dan Albert authored
This is done by the Python build now. Change-Id: I777fb26b1ead18cf16b5545bbae5385fca7cce9f
-
- 04 Nov, 2015 4 commits
-
-
Dan Albert authored
-
Dan Albert authored
-
Dan Albert authored
I had forgotten to upload my local change when I submitted https://android-review.googlesource.com/#/c/180344/ Change-Id: I0dc47ecf071595d2d478be0a6f534d4e9aca9e48
-
Dan Albert authored
-
- 03 Nov, 2015 2 commits
-
-
Dan Albert authored
Previous issue was that I had forgotten to upload https://android-review.googlesource.com/#/c/180253/ This reverts commit 6a3516c0. Change-Id: I7734954c84f7eb4343a5e74984c419717eb53fa6
-
Dan Albert authored
This doesn't cover any packages that are built from toolchain or that are installed to prebuilt/$HOST_TAG. The former will be fixed in another patch soon, but the latter is going to take some reorganization because several packages install to the same directory (and the repo.prop files will clobber each other). We need to also add the repo.prop files to each STL's .gitignore because the STLs are still building into their source directory ಠ_ಠ Bug: http://b/25417748 Change-Id: I4a666efecde192a5674e4c8b8ad835ceef80dd09
-
- 02 Nov, 2015 4 commits
-
-
Dan Albert authored
-
Dan Albert authored
When building for Windows the gcclibs module would fail because libatomic isn't built for the Windows toolchain (no idea why). Since this is purely a target module the host system is unimportant. Just use the Linux prebuilt. Change-Id: I34a368489c860c9299cab88133c9ebcfc2d8b389
-
Glenn Kasten authored
-
Dan Albert authored
-