This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| project abi/cpp/ | |
| eb789ea Fix for issue 28721. | |
| project bionic/ | |
| ec2ab73 Minor tweak to get memory around corrupted heap chunks dumped. | |
| b7630f0 Use new debuggerd protocol. | |
| e1dd3c2 bionic: import heaptracker as chk_malloc | |
| 7d2e24e bionic: introduce libc.debug.malloc.program | |
| 2481468 Print the corrupted address passed to free(). | |
| c84ff11 Print the corrupted address passed to free(). |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| project abi/cpp/ | |
| eb789ea Fix for issue 28721. | |
| project bionic/ | |
| ec2ab73 Minor tweak to get memory around corrupted heap chunks dumped. | |
| b7630f0 Use new debuggerd protocol. | |
| e1dd3c2 bionic: import heaptracker as chk_malloc | |
| 7d2e24e bionic: introduce libc.debug.malloc.program | |
| 2481468 Print the corrupted address passed to free(). | |
| c84ff11 Print the corrupted address passed to free(). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| project build/ | |
| 516c242 JRO03H | |
| eb5cbb9 JRO03G | |
| 20f8a0a JRO03F | |
| 915b915 JRO03E | |
| a882cd9 JRO03D | |
| project dalvik/ | |
| project development/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/BoardConfig.mk b/BoardConfig.mk | |
| index 2927c72..ac7f5db 100755 | |
| --- a/BoardConfig.mk | |
| +++ b/BoardConfig.mk | |
| @@ -20,5 +20,9 @@ | |
| # Use the non-open-source parts, if they're present | |
| -include vendor/samsung/crespo/BoardConfigVendor.mk | |
| +# Use the open-source board-info file if none was set by the vendor | |
| +# config. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/BoardConfig.mk b/BoardConfig.mk | |
| index 2927c72..ac7f5db 100755 | |
| --- a/BoardConfig.mk | |
| +++ b/BoardConfig.mk | |
| @@ -20,5 +20,9 @@ | |
| # Use the non-open-source parts, if they're present | |
| -include vendor/samsung/crespo/BoardConfigVendor.mk | |
| +# Use the open-source board-info file if none was set by the vendor | |
| +# config. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| project build/ | |
| 43c06c9 JRO03L | |
| ad0fad3 JRO03K | |
| 524b316 JRO03J | |
| 5a62579 JRO03I | |
| project device/samsung/tuna/ | |
| a553787 tuna: kernel prebuilt | |
| project frameworks/base/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| project bionic/ | |
| 40e7ed5 Unhide rtld_db_dlactivity() | |
| project build/ | |
| 52ea916 JRO03R | |
| 8deff5c JRO03Q | |
| add1fb4 JRO03P | |
| b9201d1 JRO03O | |
| ef88e79 JRO03N | |
| c8c68e3 JRO03M |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/Android.mk b/Android.mk | |
| index 0b5f9ee..0b50b34 100644 | |
| --- a/Android.mk | |
| +++ b/Android.mk | |
| @@ -2,8 +2,13 @@ | |
| #libs to be built for QCOM targets only | |
| ifeq ($(BOARD_USES_QCOM_HARDWARE),true) | |
| -display-hals := libgralloc libgenlock libcopybit liblight | |
| +display-hals := libgralloc libgenlock libcopybit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| project build/ | |
| 25454bc JZO54K | |
| 0d6a91e JZO54J | |
| ba7bed7 JZO54I | |
| b097af8 JZO54H | |
| a5b7347 JZO54G | |
| e859020 JZO54F | |
| dbf1b57 JZO54E | |
| f33d47b JZO54D | |
| 3c47c4e JZO54C |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| TODO: | |
| frameworks/base | |
| packages/apps/Launcher2 | |
| DONE: (no or single file conlicts) | |
| build | |
| external/openssl |