- 10 Feb, 2016 2 commits
-
-
Dan Albert authored
I've answered the question of how to add new native frameworks APIS several times in the past week, so I've finally taken the time to write it all down. Change-Id: Ic828ede2f1de5b29e283306ff0264ac2e469d70d
-
Dan Albert authored
Change-Id: If3e9eff27c6aa73ee29551fa23726e73e2b03aa6
-
- 09 Feb, 2016 11 commits
-
-
Dan Albert authored
* We've returned to the old package layout, so fix those paths. * Be more specific about which sources/* directories contain modules for `import-module`. * Include hint about `--system windows64`. * Reword the `--package` vs `--no-package` section to encourage using the default behavior. * Fix the bit about `--toolchain clang` for `run-all.py`. Since Clang is now the default, we need to advise about using GCC. * Remove the bit about libc++ ARM32 unwinding being broken, since I've fixed that now. Change-Id: I61b8ca9458c1884a38248c8c04dc6bc529781570
-
Dan Albert authored
-
Dan Albert authored
Had the wrong name for mingw, and we don't need dmake any more (I think). Bug: http://b/26965334 Change-Id: I4d455cad8ba2255eb21c1e4ad0fb10838213c350
-
Dan Albert authored
-
Dan Albert authored
The change I made yesterday wasn't compatible with the way the build servers are currently configured. My build change hasn't been reviewed, and we don't have another push until Wednesday, so just workaround it for now. Change-Id: Ie6d0589db25772ffbb69585f54c787da94279d3c
-
Elliott Hughes authored
-
Dan Albert authored
-
Dan Albert authored
Change-Id: Ia623a31d8430603fab812ad689d2c06a4626c77d
-
Dan Albert authored
-
Dan Albert authored
For a real release we want --release to be "r11" or similar, but we still want the build number data. Split this into two options so we can do both, and wire up all the defaults. With `--release r11 --build-number 42`, the package will be named "android-ndk-r11" and source.properties will use the version "11.0.42". With `--build-number 42` the package will be named "android-ndk-42" and source.properties will use the version "42.0.42". With neither argument, the package will be named "android-ndk-dev" and source.properties will use the version "dev.0.0". Using --release without --build-number is untested (can't think of a good reason to do that). Change-Id: Id7cd980b9af5ac3fd44ce7894ee99f33a212741c
-
Elliott Hughes authored
Bug: http://b/27072518 Change-Id: Id135821cfc9932766573c4d921ab042becec9b8e
-
- 04 Feb, 2016 9 commits
-
-
Dan Albert authored
-
Dan Albert authored
According to the history, this test has always been broken for clang. Bug: http://b/26984979 Change-Id: I127073b2e8ce65f7912c6430bf8e668b1edb075f
-
Dan Albert authored
-
Dan Albert authored
-
Dan Albert authored
Missed another spot when undoing the layout change. Change-Id: Icf5b2d9ef80dd3dd4e2fbbb9a76bd9ebeabd866c
-
Dan Albert authored
Seems this only fails on the Intel ABIs? According to the bug history, I first marked this as failing when tested on an AOSP device and some armeabi-v7a emulators. Perhaps it's just an issue with emulated devices? Bug: http://b/24380035 Change-Id: I07e5231e28da30a592c4d3c11beffd543b112849
-
Dan Albert authored
-
Dan Albert authored
This test is actually only broken for ARM's 32-bit ABIs. Bug: http://b/26031639 Change-Id: Idd166f1f11012565cc3f7ad723557796108561ac
-
Dimitry Ivanov authored
-
- 03 Feb, 2016 10 commits
-
-
Dan Albert authored
-
Dan Albert authored
GCC is deprecated, so why is it still the default testing toolchain? Change-Id: I6540370e5917b5b7e74f2869b4ab8d177e4ef68f
-
Dan Albert authored
-
Dan Albert authored
Not clear that this feature will be happening after all... Change-Id: I0a8a5a5be31b12da2fdcb0a0a39fc96d9bad7d18
-
Josh Gao authored
* changes: Don't strip out .pyd files. Remove unused package-release.sh script.
-
Josh Gao authored
Windows finds it useful when we actually ship Python's compiled code. Bug: http://b/26875911 Change-Id: Ib2179ef05d4224314ee253fa73c1dbeedd08415b
-
Dan Albert authored
-
Dan Albert authored
Change-Id: Ic1b73e95ba9ce5e0926e6ddd61412ab899d0f10c
-
Dan Albert authored
-
Josh Gao authored
Change-Id: I658d167a9325696a4521565d2416cebedae1f0f6
-
- 02 Feb, 2016 8 commits
-
-
Dan Albert authored
Change-Id: Ifcb1c8181d72dc35f09ceca77b5be0b6dee57b91
-
Josh Gao authored
-
Josh Gao authored
-
Dan Albert authored
-
Dan Albert authored
Rebase went wrong and the definition of is_arm ended up in a patch above its first use. Change-Id: I641ac8301e541c6308ca0a1aea032e406008e6f1
-
Dan Albert authored
-
Josh Gao authored
Stale files getting packaged has been screwing us over for a while. Blow away the temp directory before each build to avoid this. Bug: http://b/25457900 Bug: http://b/26874549 Change-Id: If39c97be1a30cec181397fb8959834bada96d2e6
-
Dan Albert authored
Change-Id: I53d264aec954d4c93c1cf7f68a796452628ccb24
-