mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
Changes
This commit is contained in:
parent
0fda289633
commit
9dfba7265f
@ -73,8 +73,8 @@
|
|||||||
|
|
||||||
<!-- F-Droid -->
|
<!-- F-Droid -->
|
||||||
<remote name="fdroid" fetch="https://gitlab.com/fdroid/" />
|
<remote name="fdroid" fetch="https://gitlab.com/fdroid/" />
|
||||||
<project path="packages/apps/FDroidPrivilegedExtension" name="privileged-extension.git" remote="fdroid" revision="master" />
|
<project path="packages/apps/FDroidPrivilegedExtension" name="privileged-extension.git" remote="fdroid" revision="refs/tags/0.2.1" />
|
||||||
<project path="packages/apps/FDroid" name="fdroidclient.git" remote="fdroid" revision="master" />
|
<project path="packages/apps/FDroid" name="fdroidclient.git" remote="fdroid" revision="stable-v0.102" />
|
||||||
<!-- END OF ADDITIONAL REPOS -->
|
<!-- END OF ADDITIONAL REPOS -->
|
||||||
|
|
||||||
|
|
||||||
|
@ -23,7 +23,6 @@ ANDROID_HOME="/home/tad/Android/SDK"
|
|||||||
mkdir -p /tmp/ar
|
mkdir -p /tmp/ar
|
||||||
cd /tmp/ar
|
cd /tmp/ar
|
||||||
wget https://spotco.us/hosts -N #XXX: Non-commercial use only + Requires attribuition of all 63 lists
|
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
|
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
|
#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
|
cat /tmp/ar/hosts >> rootdir/etc/hosts #Merge in our HOSTS file
|
||||||
patch -p1 < $patches"android_system_core/0001-Hardening.patch" #Misc hardening
|
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"
|
enter "external/sqlite"
|
||||||
patch -p1 < $patches"android_external_sqlite/0001-Secure_Delete.patch" #Enable secure_delete by default
|
patch -p1 < $patches"android_external_sqlite/0001-Secure_Delete.patch" #Enable secure_delete by default
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user