- 07 Jul, 2015 1 commit
-
-
Tao Bao authored
-
- 06 Jul, 2015 3 commits
- 02 Jul, 2015 6 commits
-
-
Ying Wang authored
-
Ying Wang authored
Change-Id: If2486e4861071df6b225fe7f387530a38f554484
-
Elliott Hughes authored
-
Stephen Hines authored
-
Ying Wang authored
This can be used to compile independent libraries without the need for libgcc.a. Change-Id: I924200995569d9a978ddbaa6ec321d80734f1374
-
Elliott Hughes authored
Change-Id: I1e42d1616da0f3a90f8da189d2e919f781c4eb5a
-
- 01 Jul, 2015 1 commit
-
-
Ying Wang authored
-
- 30 Jun, 2015 4 commits
-
-
Evgenii Stepanov authored
-
Evgenii Stepanov authored
Sanitized RPATH now mentions /system/vendor/lib to preserve overlay in the case when a sanitized version of a vendor library can not be built. Bug: 22199458 Change-Id: I3222d2e1d6c08fdd1e0404fcb7db347aa4a92bb7
-
Tao Bao authored
-
Tao Bao authored
Due to the change in https://lwn.net/Articles/546473/, kernel reserves a few extra blocks (lesser of 2% and 4096 blocks) on ext4 FS which leads to OTA update failures. Adjust the size computation if the device has BOARD_HAS_EXT4_RESERVED_BLOCKS := true. It amends the last attemp in [1]. Now it computes the used blocks from the make_ext4fs output, instead of altering its argument. [1]: commit efbb5d2e. Bug: 21522719 Bug: 22023465 Bug: 22174684 Change-Id: Iaae6507f6de68a5892f2e3035d330039287b4492 (cherry picked from commit c7a6f1e4)
-
- 27 Jun, 2015 2 commits
- 26 Jun, 2015 5 commits
-
-
Tao Bao authored
-
Tao Bao authored
-
Evgenii Stepanov authored
-
Evgenii Stepanov authored
These symbols are defined in the ASan runtime library, which is always present at runtime. Bug:21785137 Change-Id: Ib8418c66323fd4cdfdc05548048f32380cb84ee5
-
- 25 Jun, 2015 3 commits
-
-
Ying Wang authored
-
Ying Wang authored
Bug: 21785137 Change-Id: Ie0c36988759fe07419ad29bab5a71cdd0d992d2a
-
Mohamad Ayyash authored
-
- 24 Jun, 2015 5 commits
-
-
Mohamad Ayyash authored
Change-Id: Ide660cf3cf69c74bbd15d0ac6642b60d58f076fa Signed-off-by:
Mohamad Ayyash <mkayyash@google.com>
-
Mohamad Ayyash authored
-
Mohamad Ayyash authored
Change-Id: Iea0399868a9406f9929d8176d61d5698a2043697 Signed-off-by:
Mohamad Ayyash <mkayyash@google.com>
-
Tao Bao authored
-
- 23 Jun, 2015 8 commits
-
-
Ying Wang authored
-
Elliott Hughes authored
-
Bart Sears authored
This reverts commit dc30a16b. Change-Id: Ib6af148bcaa3041b3040e525442a39b493852794
-
Dan Albert authored
-
Ying Wang authored
Also we can't build the ota package without these static executables. Bug: 21785137 Change-Id: I11b35abebced4b0608378a072ece2ab2dbadeffb
-
Ying Wang authored
-
Claes Elgemark authored
Introduce a way to speed up local builds. Don't build all test modules if ANDROID_NO_TEST_CHECK is set to true. On master branch this reduces what is built by more than 300 apps and 50 java libraries. Time for doing this on a 12 core machine running with -j13 is about 10 minutes. Change-Id: I90feb108695ee60d0dbbf497644f767cc3748215
-
Bo Hu authored
-
- 22 Jun, 2015 1 commit
-
-
Dan Albert authored
These symbols need to always be resolved for each binary. Making these symbols hidden means that we will get a build breakage if this doesn't happen, and should also prevent the situation where one unwinder's symbols are visible to the other. Bug: 18471342 Bug: 19958712 Change-Id: Ieff1f10dab254b60ed120410f45998cf75bb5b9b
-
- 19 Jun, 2015 1 commit
-
-
Evgenii Stepanov authored
-