base/allocator: Fix android_cronet build with PA-Everywhere
https://crrev.com/c/2300380 is failing to build on android_cronet bot due to a conflict in GN settings between use_allocator=="partition" and use_partition_alloc=false. Ideally, we shouldn't have two flags and we'd better to remove use_partition_alloc in future. This patch mitigates the issue by prioritizing use_allocator over use_partition_alloc. Bug: 998048 Change-Id: I293a884186dfa9804930b835ba236efb818a761d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2368797Reviewed-by:Benoit L <lizeb@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#801737}
Showing
Please register or sign in to comment