Skip to content

Instantly share code, notes, and snippets.

View drewis's full-sized avatar

Andrew Sutherland drewis

View GitHub Profile
This file has been truncated, but you can view the full file.
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().
@drewis
drewis / 404r21-411r1.log
Created July 10, 2012 05:20
android-4.0.4_r2.1..android-4.1.1_r1
This file has been truncated, but you can view the full file.
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().
@drewis
drewis / gist:3157914
Created July 22, 2012 01:59
android-4.1.1_r1..android-4.1.1_r3
project build/
516c242 JRO03H
eb5cbb9 JRO03G
20f8a0a JRO03F
915b915 JRO03E
a882cd9 JRO03D
project dalvik/
project development/
@drewis
drewis / crespo
Created July 24, 2012 04:13
git diff android-4.0.4_r2..android-4.1.1_r3
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.
@drewis
drewis / gist:3167995
Created July 24, 2012 04:13
crespo git diff android-4.0.4_r2..android-4.1.1_r3
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.
@drewis
drewis / gist:3291349
Created August 8, 2012 01:51
android-4.1.1_r3..android-4.1.1_r4
project build/
43c06c9 JRO03L
ad0fad3 JRO03K
524b316 JRO03J
5a62579 JRO03I
project device/samsung/tuna/
a553787 tuna: kernel prebuilt
project frameworks/base/
@drewis
drewis / gist:3815790
Created October 2, 2012 02:17
android-4.1.1_r4..android-4.1.1_r6
project bionic/
40e7ed5 Unhide rtld_db_dlactivity()
project build/
52ea916 JRO03R
8deff5c JRO03Q
add1fb4 JRO03P
b9201d1 JRO03O
ef88e79 JRO03N
c8c68e3 JRO03M
@drewis
drewis / gist:3844148
Created October 6, 2012 05:54
qcom-display diff ev..cm
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
@drewis
drewis / gist:3861486
Created October 9, 2012 21:14
android-4.1.1_r6..android-4.1.2_r1
project build/
25454bc JZO54K
0d6a91e JZO54J
ba7bed7 JZO54I
b097af8 JZO54H
a5b7347 JZO54G
e859020 JZO54F
dbf1b57 JZO54E
f33d47b JZO54D
3c47c4e JZO54C
@drewis
drewis / gist:3861676
Created October 9, 2012 21:50
Evervolv projects to update for 4.1.2_r1
TODO:
frameworks/base
packages/apps/Launcher2
DONE: (no or single file conlicts)
build
external/openssl