mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-06 08:24:57 -04:00
Improvements and fixes
- 18.1: disable m8, thermanager is not yet ready - 17.1: drop cheeseburger/dumpling, it is absolutely broken - deblobber: remove euicc + others - deblobber: hack to remove vintf fragments
This commit is contained in:
parent
2a0e74864b
commit
ad178961e4
10 changed files with 38 additions and 112 deletions
|
@ -535,6 +535,14 @@ enableStrongEncryption() {
|
|||
}
|
||||
export -f enableStrongEncryption;
|
||||
|
||||
addAdbKey() {
|
||||
if [ -f ~/.android/adbkey.pub ]; then
|
||||
cp ~/.android/adbkey.pub "$DOS_BUILD_BASE/vendor/divested/";
|
||||
echo "PRODUCT_ADB_KEYS := vendor/divested/adbkey.pub" >> "$DOS_BUILD_BASE/vendor/divested/divestos.mk";
|
||||
fi;
|
||||
}
|
||||
export -f addAdbKey;
|
||||
|
||||
changeDefaultDNS() {
|
||||
local dnsPrimary="";
|
||||
local dnsPrimaryV6="";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue