From c648b43cf183302e1a6ad98920747588c3a4fb91 Mon Sep 17 00:00:00 2001 From: Tad Date: Thu, 29 Jun 2017 16:57:23 -0400 Subject: [PATCH] Fixesg --- Manifests/Manifest_LAOS-14.1.xml | 25 +++++++++++++------------ Scripts/Generic_Deblob.sh | 3 ++- 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/Manifests/Manifest_LAOS-14.1.xml b/Manifests/Manifest_LAOS-14.1.xml index 10e935b7..79a5b94a 100644 --- a/Manifests/Manifest_LAOS-14.1.xml +++ b/Manifests/Manifest_LAOS-14.1.xml @@ -112,35 +112,35 @@ - + - + - + - + - + - + - + - + @@ -150,17 +150,17 @@ - + - + - + @@ -168,7 +168,7 @@ - + @@ -189,6 +189,7 @@ + diff --git a/Scripts/Generic_Deblob.sh b/Scripts/Generic_Deblob.sh index 6e69b43e..57e42265 100755 --- a/Scripts/Generic_Deblob.sh +++ b/Scripts/Generic_Deblob.sh @@ -199,7 +199,7 @@ export base; deblobDevice() { devicePath=$1; cd $base$devicePath; - if [ "${PWD##*/}" == "flo" ] || [ "${PWD##*/}" == "mako" ]; then #Some devices don't need/like TimeKeep + if [ "${PWD##*/}" == "flo" ] || [ "${PWD##*/}" == "mako" ] || [ "${PWD##*/}" == "kona-common" ] || [ "${PWD##*/}" == "n5110" ] || [ "${PWD##*/}" == "smdk4412-common" ]; then #Some devices don't need/like TimeKeep replaceTime="false"; fi; if [ -f Android.mk ]; then @@ -350,6 +350,7 @@ find device -maxdepth 2 -mindepth 2 -type d -exec bash -c 'deblobDevice "$0"' {} find vendor -name "*vendor*.mk" -type f -exec bash -c 'deblobVendor "$0"' {} \; #Deblob all makefiles deblobVendors; #Deblob entire vendor directory rm -rf frameworks/av/drm/mediadrm/plugins/clearkey; #Remove Clearkey +rm -rf vendor/samsung/nodevice; # #END OF DEBLOBBING #