|
|
Created:
5 years, 6 months ago by aurimas (slooooooooow) Modified:
5 years, 6 months ago CC:
whywhat, chromium-reviews, eugenis Base URL:
https://chromium.googlesource.com/chromium/src.git@master Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
DescriptionRoll android_tools library.
- Android SDK tools 24.1.2 -> 24.3
- Android Support Library 22.1 -> 22.2
- Modify ctype.h headers to test for non-GNU inline semantics correctly
- Upgrade Android NDK to r10e.
BUG=None
Committed: https://crrev.com/a9d97645e8bfbf0b60fd667a504f2740aadc553f
Cr-Commit-Position: refs/heads/master@{#332323}
Patch Set 1 #Patch Set 2 : Update GN build files #Patch Set 3 : #Patch Set 4 : Fix GN builds #
Total comments: 4
Patch Set 5 : cjhopman's nits #
Total comments: 2
Patch Set 6 : Reorder deps #
Messages
Total messages: 46 (18 generated)
aurimas@chromium.org changed reviewers: + newt@chromium.org, pcc@chromium.org
PTAL
Bumping the SDK tools and support library versions looks good to me. I'll defer to pcc@ to verify if the ctypes.h change is safe to roll in.
On 2015/05/29 19:21:29, newt wrote: > Bumping the SDK tools and support library versions looks good to me. > > I'll defer to pcc@ to verify if the ctypes.h change is safe to roll in. Rolling in the ctype.h change LGTM.
The CQ bit was checked by aurimas@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1161933005/1
The CQ bit was unchecked by commit-bot@chromium.org
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an LGTM may have been provided, it was from a non-committer, _not_ a full super star committer. See http://www.chromium.org/getting-involved/become-a-committer Note that this has nothing to do with OWNERS files.
lgtm
The CQ bit was checked by aurimas@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1161933005/1
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_android_r...)
The CQ bit was checked by aurimas@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1161933005/1
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_android_r...)
The CQ bit was checked by aurimas@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1161933005/1
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_android_r...)
I cannot roll the library I did not update gyp correctly to include newly added res/ in recyclerview library. CL: https://chromium-review.googlesource.com/#/c/274412/1
aurimas@chromium.org changed reviewers: + cjhopman@chromium.org, fdegans@chromium.org
+cjhopman for GN changes. +fdegans for NDK roll
The CQ bit was checked by aurimas@chromium.org to run a CQ dry run
The patchset sent to the CQ was uploaded after l-g-t-m from pcc@chromium.org, newt@chromium.org Link to the patchset: https://chromiumcodereview.appspot.com/1161933005/#ps40001 (title: " ")
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1161933005/40001
lgtm, trybots should find potentiel issues. I'm sheriff tomorrow anyway, I'll fix the rest myself if needed.
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: android_chromium_gn_compile_dbg on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromiu...) android_chromium_gn_compile_rel on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromiu...)
The CQ bit was checked by aurimas@chromium.org to run a CQ dry run
The patchset sent to the CQ was uploaded after l-g-t-m from fdegans@chromium.org, pcc@chromium.org, newt@chromium.org Link to the patchset: https://chromiumcodereview.appspot.com/1161933005/#ps60001 (title: "Fix GN builds")
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1161933005/60001
https://chromiumcodereview.appspot.com/1161933005/diff/60001/build/secondary/... File build/secondary/third_party/android_tools/BUILD.gn (right): https://chromiumcodereview.appspot.com/1161933005/diff/60001/build/secondary/... build/secondary/third_party/android_tools/BUILD.gn:77: ":android_support_v7_appcompat_java", This should depend on the _resources target. Then things that depend on the _java get the required resources (things that explicitly need the resources can depend on the _resources). https://chromiumcodereview.appspot.com/1161933005/diff/60001/chrome/android/B... File chrome/android/BUILD.gn (right): https://chromiumcodereview.appspot.com/1161933005/diff/60001/chrome/android/B... chrome/android/BUILD.gn:608: "//third_party/android_tools:android_support_v7_recyclerview_resources", With other change, this shouldn't be needed.
https://chromiumcodereview.appspot.com/1161933005/diff/60001/build/secondary/... File build/secondary/third_party/android_tools/BUILD.gn (right): https://chromiumcodereview.appspot.com/1161933005/diff/60001/build/secondary/... build/secondary/third_party/android_tools/BUILD.gn:77: ":android_support_v7_appcompat_java", On 2015/06/01 at 20:48:36, cjhopman wrote: > This should depend on the _resources target. Then things that depend on the _java get the required resources (things that explicitly need the resources can depend on the _resources). Done https://chromiumcodereview.appspot.com/1161933005/diff/60001/chrome/android/B... File chrome/android/BUILD.gn (right): https://chromiumcodereview.appspot.com/1161933005/diff/60001/chrome/android/B... chrome/android/BUILD.gn:608: "//third_party/android_tools:android_support_v7_recyclerview_resources", On 2015/06/01 at 20:48:36, cjhopman wrote: > With other change, this shouldn't be needed. Done
lgtm https://chromiumcodereview.appspot.com/1161933005/diff/80001/build/secondary/... File build/secondary/third_party/android_tools/BUILD.gn (right): https://chromiumcodereview.appspot.com/1161933005/diff/80001/build/secondary/... build/secondary/third_party/android_tools/BUILD.gn:77: ":android_support_v7_recyclerview_resources", nit: sort
https://chromiumcodereview.appspot.com/1161933005/diff/80001/build/secondary/... File build/secondary/third_party/android_tools/BUILD.gn (right): https://chromiumcodereview.appspot.com/1161933005/diff/80001/build/secondary/... build/secondary/third_party/android_tools/BUILD.gn:77: ":android_support_v7_recyclerview_resources", On 2015/06/01 at 22:06:51, cjhopman wrote: > nit: sort Done
The CQ bit was checked by aurimas@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from fdegans@chromium.org, pcc@chromium.org, newt@chromium.org, cjhopman@chromium.org Link to the patchset: https://chromiumcodereview.appspot.com/1161933005/#ps100001 (title: "Reorder deps")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1161933005/100001
Message was sent while issue was closed.
Committed patchset #6 (id:100001)
Message was sent while issue was closed.
Patchset 6 (id:??) landed as https://crrev.com/a9d97645e8bfbf0b60fd667a504f2740aadc553f Cr-Commit-Position: refs/heads/master@{#332323}
Message was sent while issue was closed.
thakis@chromium.org changed reviewers: + thakis@chromium.org
Message was sent while issue was closed.
This broke building the android/asan compiler: http://build.chromium.org/p/chromium.fyi/builders/ClangToTAndroidASan/builds/887 Invalid platform name: android-14 Please use --platform=<name> with one of: android-16 android-17 android-18 android-19 android-21 I suppose we should just bump up that number around line 678 in tools/clang/scripts/update.sh (where it says "android-14")?
Message was sent while issue was closed.
On 2015/06/02 at 21:29:12, thakis wrote: > This broke building the android/asan compiler: > > http://build.chromium.org/p/chromium.fyi/builders/ClangToTAndroidASan/builds/887 > Invalid platform name: android-14 > Please use --platform=<name> with one of: android-16 android-17 android-18 android-19 android-21 > > I suppose we should just bump up that number around line 678 in tools/clang/scripts/update.sh (where it says "android-14")? @thakis: https://codereview.chromium.org/1161973004/
Message was sent while issue was closed.
On 2015/06/02 21:29:12, Nico wrote: > This broke building the android/asan compiler: > > http://build.chromium.org/p/chromium.fyi/builders/ClangToTAndroidASan/builds/887 > Invalid platform name: android-14 > Please use --platform=<name> with one of: android-16 android-17 android-18 > android-19 android-21 > > I suppose we should just bump up that number around line 678 in > tools/clang/scripts/update.sh (where it says "android-14")? eugenis's recent patch includes bumping that to 19. |