aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Mazurek <akfaew@jasminek.net>2014-06-12 21:14:03 +0100
committerMichal Mazurek <akfaew@jasminek.net>2014-06-12 21:14:03 +0100
commitd9d6fbc8fe81a7eaaf509d14ef1dc6a401040de7 (patch)
treed345727fc2e648753f3a2cee4693bdedcc642110
parent6344bba0d4ca5a51f4f804647d2819d2a342d56b (diff)
create libhead.so symlink in releasetools.py
-rw-r--r--BoardCommonConfig.mk3
-rw-r--r--releasetools.py4
2 files changed, 7 insertions, 0 deletions
diff --git a/BoardCommonConfig.mk b/BoardCommonConfig.mk
index 450e979..95f7170 100644
--- a/BoardCommonConfig.mk
+++ b/BoardCommonConfig.mk
@@ -117,5 +117,8 @@ RECOVERY_FSTAB_VERSION := 2
BOARD_RECOVERY_SWIPE := true
COMMON_GLOBAL_CFLAGS += -DRECOVERY_CANT_USE_CONFIG_EXT4_FS_XATTR
+# Releasetools
+TARGET_RELEASETOOLS_EXTENSIONS := device/samsung/u8500-common
+
# Misc
COMMON_GLOBAL_CFLAGS += -DNEEDS_VECTORIMPL_SYMBOLS
diff --git a/releasetools.py b/releasetools.py
new file mode 100644
index 0000000..884373c
--- /dev/null
+++ b/releasetools.py
@@ -0,0 +1,4 @@
+import common
+
+def FullOTA_InstallEnd(info):
+ info.script.AppendExtra('symlink("/system/lib/libjhead.so", "/system/lib/libhead.so");')