summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>2015-06-03 23:07:50 +0200
committerBernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>2015-06-03 23:07:50 +0200
commit587f6060d2a6cc74bfef7cc35b0afdcd7719f868 (patch)
treee8cdad20f4c84801d57a05d1670b5144053b670e
parent0b4db105517a28ffb4c67dfcd383aee367667e97 (diff)
downloadandroid-patchsets-587f6060d2a6cc74bfef7cc35b0afdcd7719f868.tar.gz
Fix build of manta blobs with binutils 2.25
Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
-rwxr-xr-xget-manta-blobs1
-rwxr-xr-xget-manta-preview-blobs1
2 files changed, 2 insertions, 0 deletions
diff --git a/get-manta-blobs b/get-manta-blobs
index a6e65f8..8e6b45d 100755
--- a/get-manta-blobs
+++ b/get-manta-blobs
@@ -14,3 +14,4 @@ for i in extract-*-manta.sh; do
echo -e "\nI ACCEPT" |./$i
done
rm -rf junk *-manta-*.tgz extract-*-manta.sh
+sed -i -e '/LOCAL_MODULE := libmalicore/iLOCAL_STRIP_MODULE := false' vendor/samsung/manta/proprietary/Android.mk
diff --git a/get-manta-preview-blobs b/get-manta-preview-blobs
index f5a4bba..112d6b7 100755
--- a/get-manta-preview-blobs
+++ b/get-manta-preview-blobs
@@ -14,3 +14,4 @@ for i in extract-*-manta.sh; do
echo -e "\nI ACCEPT" |./$i
done
rm -rf junk *-manta-*.tgz extract-*-manta.sh
+sed -i -e '/LOCAL_MODULE := libmalicore/iLOCAL_STRIP_MODULE := false' vendor/samsung/manta/proprietary/Android.mk