Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(130)

Issue 1696803002: Add a variable indicating the target as Android M or later. (Closed)

Created:
4 years, 10 months ago by simonb (inactive)
Modified:
4 years, 8 months ago
Reviewers:
agrieve, Torne
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add a variable indicating the target as Android M or later. The system linker in Android M and later unpacks packed relocations directly. This means that we can unconditionally enable relocation packing for any APK that is explicitly designed to only run on such Android releases, irrespective of whether or not the chromium or other customized linker is used. Invoker indicates this by setting requires_sdk_api_level_23 to true.

Patch Set 1 #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -3 lines) Patch
M build/config/android/rules.gni View 2 chunks +11 lines, -3 lines 6 comments Download

Messages

Total messages: 12 (3 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1696803002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1696803002/1
4 years, 10 months ago (2016-02-12 18:09:22 UTC) #2
simonb (inactive)
4 years, 10 months ago (2016-02-12 18:15:31 UTC) #4
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-12 19:37:36 UTC) #6
Torne
https://codereview.chromium.org/1696803002/diff/1/build/config/android/rules.gni File build/config/android/rules.gni (right): https://codereview.chromium.org/1696803002/diff/1/build/config/android/rules.gni#newcode1343 build/config/android/rules.gni:1343: "Loading library from the apk requires use of the ...
4 years, 10 months ago (2016-02-16 15:46:56 UTC) #7
agrieve
On 2016/02/16 15:46:56, Torne wrote: > https://codereview.chromium.org/1696803002/diff/1/build/config/android/rules.gni > File build/config/android/rules.gni (right): > > https://codereview.chromium.org/1696803002/diff/1/build/config/android/rules.gni#newcode1343 > ...
4 years, 10 months ago (2016-02-16 16:25:22 UTC) #8
simonb (inactive)
https://codereview.chromium.org/1696803002/diff/1/build/config/android/rules.gni File build/config/android/rules.gni (right): https://codereview.chromium.org/1696803002/diff/1/build/config/android/rules.gni#newcode1343 build/config/android/rules.gni:1343: "Loading library from the apk requires use of the ...
4 years, 10 months ago (2016-02-16 16:54:08 UTC) #9
Torne
https://codereview.chromium.org/1696803002/diff/1/build/config/android/rules.gni File build/config/android/rules.gni (right): https://codereview.chromium.org/1696803002/diff/1/build/config/android/rules.gni#newcode1343 build/config/android/rules.gni:1343: "Loading library from the apk requires use of the ...
4 years, 10 months ago (2016-02-16 17:58:49 UTC) #10
agrieve
On 2016/02/16 17:58:49, Torne wrote: > https://codereview.chromium.org/1696803002/diff/1/build/config/android/rules.gni > File build/config/android/rules.gni (right): > > https://codereview.chromium.org/1696803002/diff/1/build/config/android/rules.gni#newcode1343 > ...
4 years, 8 months ago (2016-04-07 00:43:08 UTC) #11
Torne
4 years, 8 months ago (2016-04-07 15:06:09 UTC) #12
Message was sent while issue was closed.
Closed it, this isn't needed any more, we implemented a slightly different
solution to enable relocation packing.

Powered by Google App Engine
This is Rietveld 408576698