From 9dfba7265ffcced54f17fa16a6dc7b751df63463 Mon Sep 17 00:00:00 2001 From: Tad Date: Tue, 28 Feb 2017 19:40:39 -0500 Subject: [PATCH] Changes --- Manifests/Manifest_LAOS-14.1.xml | 4 ++-- Scripts/LAOS-14.1_Patches.sh | 4 ---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/Manifests/Manifest_LAOS-14.1.xml b/Manifests/Manifest_LAOS-14.1.xml index a55a9720..07fc6cc3 100644 --- a/Manifests/Manifest_LAOS-14.1.xml +++ b/Manifests/Manifest_LAOS-14.1.xml @@ -73,8 +73,8 @@ - - + + diff --git a/Scripts/LAOS-14.1_Patches.sh b/Scripts/LAOS-14.1_Patches.sh index aebabc21..720b220c 100644 --- a/Scripts/LAOS-14.1_Patches.sh +++ b/Scripts/LAOS-14.1_Patches.sh @@ -23,7 +23,6 @@ ANDROID_HOME="/home/tad/Android/SDK" mkdir -p /tmp/ar cd /tmp/ar wget https://spotco.us/hosts -N #XXX: Non-commercial use only + Requires attribuition of all 63 lists -wget https://gitlab.com/copperhead/platform_external_chromium-webview/raw/nougat-mr1.1-release/prebuilt/arm64/webview.apk -N #XXX: Non-commercial use only wget https://github.com/Ranks/emojione/raw/master/assets/fonts/emojione-android.ttf -N #XXX: Requires attribuition #Accept all SDK licences, not normally needed but Gradle managed apps fail without it @@ -62,9 +61,6 @@ enter "system/core" cat /tmp/ar/hosts >> rootdir/etc/hosts #Merge in our HOSTS file patch -p1 < $patches"android_system_core/0001-Hardening.patch" #Misc hardening -enter "external/chromium-webview" -cp /tmp/ar/webview.apk prebuilt/arm64/webview.apk #Update arm64 WebView to Copperhead's - enter "external/sqlite" patch -p1 < $patches"android_external_sqlite/0001-Secure_Delete.patch" #Enable secure_delete by default